micron-blog/theme/templates/period_archives.mu
randogoth 78c3dc9737 init
2023-05-16 23:34:27 +03:00

10 lines
254 B
Text

{% extends "base.mu" %}
{% block content %}
>Archives for {{ period | reverse | join(' ') }}
{% for article in dates %}
+[{{ article.locale_date }}]
>>>>`[`!{{ article.title }}`!`/{{ article.url }}]
>>>>{{ article.summary }}
{% endfor %}
{% endblock %}