{% extends "index.html" %} {# Override base title to use the section-specific title. #} {% block title %}{{ section.title }}{% endblock title %} {# Override base meta tags to use page-specific ones. #} {% block meta %} {% endblock meta %} {# Override base links to use section-specific ones. #} {% block links %} {% endblock links %} {# Override base content to use section-specific content. #} {% block content %}

{{ section.title }}

{{ section.content | safe }}
{% endblock content %}