6 lines
174 B
HTML
Executable File
6 lines
174 B
HTML
Executable File
{% for d in documents %}
|
|
<div class="orangeInnerRight"><a href="{{ d.file }} target="_blank"> {{ d.title }}</a></div>
|
|
{{ d.intro|safe }}
|
|
<br />
|
|
{% endfor %}
|