theme/templates/archives.html@4a94e81bff74
theme/templates/archives.html
Fri, 20 Apr 2018 01:11:16 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Fri, 20 Apr 2018 01:11:16 +0200
- changeset 101
- 4a94e81bff74
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[hp8662a] part 3: fixing error 04 and unlocked loops
{% 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 %}