X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/f30b0f1e90504444dc9401cb824f90d16a7d1708..51b5a8f6d35a47e8c2fb2cd161b6703833c3b964:/templates/artlist.html 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 %}