{% block title %}{{ headers.title }}{% endblock %}

{% block content %}{{ content|markdown }}{% endblock %}
{% with "../content/"|add:headers.links as template %} {% ifnotequal template "../content/"%}
{% filter markdown %} {% include template %} {% endfilter %}
{% endifnotequal %} {% endwith %}