theme/templates/archives.html@1aa7cc25583e
theme/templates/archives.html
Thu, 15 Feb 2018 18:28:03 +0100
- author
- David Douard <david.douard@logilab.fr>
- date
- Thu, 15 Feb 2018 18:28:03 +0100
- changeset 80
- 1aa7cc25583e
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[eip545b] add schematic for A201
{% 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 %}