geminer/example/templates/authors_index.tpl

6 lines
179 B
Smarty
Raw Normal View History

2020-12-09 17:11:47 +01:00
# Authors list
{% for author, value in prop.items()|sort(attribute='1.name') -%}
=> /authors/{{ author }}.gmi {{ value.name }} ({{ value.posts | length }} articles)
{% endfor %}