crunk
4 years ago
3 changed files with 11 additions and 8 deletions
@ -1,9 +1,9 @@ |
|||
{% extends "base.html" %} |
|||
|
|||
{% block main %} |
|||
|
|||
{% for titles in titles %} |
|||
<a href="{{ titles }}">{{ titles }}</a> |
|||
<ul> |
|||
{% for id, title in publications %} |
|||
<li><a href="{{ id }}">{{ title }}</a></li> |
|||
{% endfor%} |
|||
|
|||
</ul> |
|||
{% endblock %} |
|||
|
Loading…
Reference in new issue