theme/templates/archives.html@3a4b9ec3c0b0
theme/templates/archives.html
Fri, 20 Apr 2018 01:10:33 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Fri, 20 Apr 2018 01:10:33 +0200
- changeset 100
- 3a4b9ec3c0b0
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[hp8662a] add pictures of replacement parts in the PSU (part 1)
{% 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 %}