X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/70fc1d2e9e8021f14a05d54f46692a96647125bc..b9f1cb6954cefd0cca684c376ba464f63fb9b232:/templates/article.html diff --git a/templates/article.html b/templates/article.html index 251decb9e..de10e5f87 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,12 +1,11 @@ {% extends "base.html" %} +{% import "artinfo.html" as artinfo with context %} {% block content %} -
-

{{ article.title }}  - {{ article.datetime }} by {{ article.author }}

-

{{ article.content }}

- {# - - - #} +
+ {{ artinfo.info(article) }} +
+ {{ article.render() }} +
+ {{ artinfo.nav(article) }}
{% endblock content %}