diff options
Diffstat (limited to 'templates/authors/list.html')
-rw-r--r-- | templates/authors/list.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/authors/list.html b/templates/authors/list.html new file mode 100644 index 0000000..0a18a85 --- /dev/null +++ b/templates/authors/list.html @@ -0,0 +1,5 @@ +<ul class="authorlist"> + {% for t in terms %} + <li class="author">{{ t.name }}</li> + {% endfor %} +</ul> |