X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/c46546d516b0f7fec8feb38690831cb59aace43c..797f79ff684afed4e9542eede17c63cb216c06d2:/templates/artlist.html diff --git a/templates/artlist.html b/templates/artlist.html index f50072c77..03b5a69e6 100644 --- a/templates/artlist.html +++ b/templates/artlist.html @@ -1,9 +1,15 @@ +{% import "artinfo.html" as artinfo %} {% extends "base.html" %} +{% set title = "archive" %} {% block content %} -{% with articles = get_module("news").articles %} -
-

{{ Title }}  - {{ Date }} by {{ Author }}

- +
+
+

Blog Archive

+
+
{% endblock content %}