wowlet-website/themes/wowlet/templates/archives.html

12 lines
221 B
HTML
Raw Normal View History

2022-03-02 19:32:01 +00:00
{% extends "base.html" %}
{% block content %}
<header>{{ SHORT_SITENAME }} - Archives</header>
{% for article in dates %}
<article class="index">
include "article-header.html"
</article>
{% endfor %}
{% endblock %}