rfc/_layouts/spec.html

22 lines
927 B
HTML
Raw Normal View History

2020-02-20 15:44:00 +00:00
---
layout: default
---
<div class="home">
<h1 class="page-heading">
2020-02-20 15:51:53 +00:00
{{ page.title | xml_escape }}
2020-02-20 15:44:00 +00:00
<a href="{{site.github.repository_url}}/blob/master/{{page.path}}"><svg role="img" aria-label="Source" xmlns="https://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><title>Source</title><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg></a>
</h1>
<table>
2020-02-20 15:50:42 +00:00
<tr><th>Authors</th><td>{% include authorlist.html authors=page.authors %}</td></tr>
2020-02-20 15:44:00 +00:00
<tr><th>Status</th><td>{{ page.status | xml_escape }}
{% if page.review-period-end != undefined %}
<strong>(review ends {{ page.review-period-end | xml_escape }})</strong>
{% endif %}
</td></tr>
<tr><th>Version</th><td>{{ page.version | xml_escape }}</td></tr>
</table>
{{ content }}
</div>