{% extends "base.html" %} {% block title %} {{section.title}} {% endblock title %} {% block head %} {{ super() }} {% if section.description %} {% else %} {% endif %} {# Handle listing blog posts nicely in search #} {% if section.extra.inject_blog_posts %} {% endif %} {% endblock head %} {% block content %} {% if section.extra.enable_gh_markdown %}
{% endif %} {{section.content | safe}} {% if section.extra.enable_gh_markdown %}
{% endif %} {# Blog posts #} {% if section.extra.inject_blog_posts %}

{{title_year}}



{% endif %} {# RFCs #} {% if section.extra.inject_rfcs %} {% endif %} {% endblock content %}