{% for status in site.data.statuses %} {% assign eips = include.eips|where:"status",status|sort:"eip" %} {% assign count = eips|size %} {% if count > 0 %}
Number | Title | Author |
---|---|---|
{{page.eip|xml_escape}} | {{page.title|xml_escape}} | {% include authorlist.html authors=page.author %} |