X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/9c17cae8e0e0c44465ea617237167053679c1ed6..refs/pull/29/head:/templates/article.html diff --git a/templates/article.html b/templates/article.html index 075a085b4..e9675638f 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,7 +1,15 @@ -
-

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

-

{% block Content %}{% endblock %}

- - -
\ No newline at end of file +{% extends "base.html" %} +{% block content %} +
+

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

+

{{ article.content }}

+ +
+{% endblock content %}