{% extends "base.html" %} {% block content %} {% include "header.html" %}
{% if section.title %}

{{ section.title }}

{% endif %} {% if section.description %}

{{ section.description }}

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