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