it/itf/templates/modules/festival/documentsubject.html
2011-12-08 09:49:39 -05:00

7 lines
200 B
HTML
Executable File

{% for d in documents %}
<div class="orange"> {{ d.title }}</div>
{{ d.intro|safe }}
<div class="orange"><a href="{{ d.file }}" title="Download">Download</a></div>
<br />
{% endfor %}