{{ subindex.grouper }} | {{subindex.list|length()}} posts
-
{% for p in subindex.list %}
- {{ p._date.strftime("%d-%m-%Y") }} {% if p.title %}{{ p.title }}{% else %}#{% endif %} {% if p.tags %} [tags: {% for t in p.tags %}{{ t }} {% endfor %}] {% endif %} {% endfor %}