basic template for biblio documents
This commit is contained in:
parent
2ca3724057
commit
d9c92f7f13
|
@ -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 %}
|
Loading…
Reference in New Issue
Block a user