summaryrefslogtreecommitdiffstats
path: root/templates/authors/list.html
blob: 0a18a854aab43f1948044ec0368b6350cebfd4f3 (plain) (blame)
1
2
3
4
5
<ul class="authorlist">
  {% for t in terms %}
    <li class="author">{{ t.name }}</li>
  {% endfor %}
</ul>