theme/templates/archives.html@c2a88ad9de68
theme/templates/archives.html
Sat, 16 Apr 2016 19:22:34 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Sat, 16 Apr 2016 19:22:34 +0200
- changeset 47
- c2a88ad9de68
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[ZPB30A1] new blog about the ZPB30A1
{% 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 %}