{% load markup %} {% for d in documents %}
{% if d.file %} {{ d.title }} {% else %} {{ d.title }} {% endif %}
{{ d.intro|markdown }}
{% endfor %}