{% extends "index.html" %} {% block title %} {% set title = section.title %} {{ super() }} {% endblock %} {% block og %} {% set title = section.title %} {% set url = section.permalink %} {% endblock og %} {% block main %}

{{ section.title }}

{% if section.pages %} {{ rfclist::from_pages(pages=section.pages) }} {% else %}

There is no content here at the moment.

{% endif %} {% if section.path == "rfcs/" %} {% set drafts = get_section(path="drafts/_index.md") %} {% if draft.pages %}

{{ drafts.title }}

{{ rfclist::from_pages(pages=drafts.pages) }} {% endif %} {% endif %} {% endblock %}