micron-blog/theme/templates/index.mu
2023-05-24 00:04:11 +03:00

11 lines
269 B
Text

{% extends "base.mu" %}
{% block content %}
{% block content_title %}
{% endblock %}
{% for article in articles %}
+ [{{ article.locale_date }}] `!`_`[{{ article.title }}`:/page/{{ article.url }}]`_`!
{% endfor %}
{% include 'pagination.mu' %}
{% endblock content %}