basic template for biblio documents

This commit is contained in:
Sanj 2011-11-25 00:51:16 +05:30
parent 2ca3724057
commit d9c92f7f13

View File

@ -0,0 +1,6 @@
{% for d in documents %}
<div class="orange"> {{ d.title }}</div>
<div>{{ d.intro }}</div>
<div class="orange"><a href="{{ d.file }}" title="Download">Download</a></div>
<br />
{% endfor %}