X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/fb48ec129f3153fba2ad032cb102ebfc9947def2..9c92929d30a5ee09a6b755d1d1aebbc37a7bbccc:/templates/article.html diff --git a/templates/article.html b/templates/article.html index 7069ca3b4..aec02758d 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,15 +1,14 @@ {% extends "base.html" %} +{% import "artinfo.html" as artinfo with context %} +{% set title=article.title %} {% block content %} -
-

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

-

{{ article.content }}

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