{% extends "base.html" %} {% block content %}

{{ section.title }}

{% if section.description %}

{{ section.description }}

{% endif %}
{% endblock content %}