X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/d1b78e0e55e707432dcabb26117eaf59ed5e3551..d442a653574db921d87e6dd660fd23c86983c3e7:/templates/artlist.html?ds=sidebyside diff --git a/templates/artlist.html b/templates/artlist.html index 3ebb8237e..03b5a69e6 100644 --- a/templates/artlist.html +++ b/templates/artlist.html @@ -1,6 +1,15 @@ -
-

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

-

{% block ingress %}{% endblock %}

- -
\ No newline at end of file +{% import "artinfo.html" as artinfo %} +{% extends "base.html" %} +{% set title = "archive" %} +{% block content %} +
+
+

Blog Archive

+
+ +
+{% endblock content %}