{% extends "bases/docs.tera.html" %} {% block title %} {% if section.title %} {{ section.title }} {% else %} Hipcheck {% endif %} {% endblock %} {% block content %} {{ section.content | safe }} {% for page in section.pages %} {% endfor %}
# Name Status Primary Author Submission
{{ page.extra.rfd | default(value="???") }} {{ page.title }} {{ page.extra.status | default(value="Unknown") }} {% if page.extra.primary_author_link %} {% endif %} {{ page.extra.primary_author | default(value="Unknown") }} {% if page.extra.primary_author_link %} {% endif %} {% if page.extra.pr %} PR #{{ page.extra.pr }} {% endif %}
{% endblock %} {% block sidebar %} {{ toc::toc(content=section.toc, is_doc=true) }} {% endblock %}