X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/70fc1d2e9e8021f14a05d54f46692a96647125bc..c46546d516b0f7fec8feb38690831cb59aace43c:/templates/artlist.html diff --git a/templates/artlist.html b/templates/artlist.html index 3ebb8237e..f50072c77 100644 --- a/templates/artlist.html +++ b/templates/artlist.html @@ -1,6 +1,9 @@ +{% extends "base.html" %} +{% block content %} +{% with articles = get_module("news").articles %}
-

{{ Title }}  +

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

-

{% block ingress %}{% endblock %}

-
\ No newline at end of file + +{% endblock content %}