X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/5ef311306dbb90aad1cc774c0ea50d2f8ae8a55e..247c2c433d23c40db595200402bba2537e5537c1:/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 %}