{%- import "partials/rfclist.html" as rfclist -%} {%- import "partials/rfctoc.html" as rfctoc -%} {% block title %}tildeverse RFCs | {{ title | default(value='the tildeverse RFC system') }}{% endblock %} {% block og %} {% endblock %} {% if config.generate_rss %} {% endif %}
{% block main %} {{ section.content | safe }}

Latest RFCs

{{ rfclist::from(name="rfcs", max=config.extra.home_entries|default(value=0)) }} {% endblock %}