theme/templates/archives.html@70aad9a1272b
theme/templates/archives.html
Sat, 17 Sep 2016 02:08:03 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Sat, 17 Sep 2016 02:08:03 +0200
- changeset 66
- 70aad9a1272b
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[hp34970a] part 4
{% extends "base.html" %}
{% block content %}
<h1>Archives for {{ SITENAME }}</h1>
<dl>
{% for article in dates %}
<dt>{{ article.locale_date }}</dt>
<dd><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
{% endfor %}
</dl>
{% endblock %}