theme/templates/archives.html

Sun, 18 Sep 2016 22:40:28 +0200

author
David Douard <david.douard@logilab.fr>
date
Sun, 18 Sep 2016 22:40:28 +0200
changeset 68
4fa6621fec0f
parent 36
9507107a1133
permissions
-rw-r--r--

[hp34970a] an article dedicted to the protocol

{% 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 %}

mercurial