X-Git-Url: https://jfr.im/git/irc/freenode/web-7.0.git/blobdiff_plain/9c17cae8e0e0c44465ea617237167053679c1ed6..30a27a60ddba0266c7213d2380375356855c3d92:/templates/article.html diff --git a/templates/article.html b/templates/article.html index 075a085b4..251decb9e 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,7 +1,12 @@ +{% extends "base.html" %} +{% block content %}
-

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

-

{% block Content %}{% endblock %}

+

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

+

{{ article.content }}

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