{% if title %}
{% block section_title %}
{{ title }}
{% endblock %}
{% endif %}
{% if header %}
{% endif %}
{% block section_content %}
{{ content|safe }}
{% endblock %}
{% if bottom %}
{% block section_bottom %}
{{ bottom }}
{% endblock %}
{% endif %}