{% load markdown %}
{% if section.title %}

{{section.title}}

{% endif %} {% if section.content %}
{{section.content|markdown}}
{% endif %}