X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=themes%2Fnotmyidea%2Ftemplates%2Fperiod_archives.html;fp=themes%2Fnotmyidea%2Ftemplates%2Fperiod_archives.html;h=252e002f59466d940a4203354c294a57ec82b7b7;hb=5b6e1f86d097cb362496af487d616420d233d8b3;hp=0000000000000000000000000000000000000000;hpb=f1d23291e10b9cde47c452b8e848688d28e0d4e9;p=markerbeacon.git diff --git a/themes/notmyidea/templates/period_archives.html b/themes/notmyidea/templates/period_archives.html new file mode 100644 index 0000000..252e002 --- /dev/null +++ b/themes/notmyidea/templates/period_archives.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} +{% block content %} +
+

Archives for {{ period | reverse | join(' ') }}

+ +
+{% for article in dates %} +
{{ article.locale_date }}
+
{{ article.title }}
+{% endfor %} +
+
+{% endblock %}