From 66a5a0cdccd464930a232c87f91e1b0805f255a5 Mon Sep 17 00:00:00 2001 From: Chimrod Date: Tue, 16 Apr 2013 21:27:30 +0200 Subject: initial commit --- theme/templates/article.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100755 theme/templates/article.html (limited to 'theme/templates/article.html') diff --git a/theme/templates/article.html b/theme/templates/article.html new file mode 100755 index 0000000..f66fe72 --- /dev/null +++ b/theme/templates/article.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} + +{% block title %}{{ SITENAME }} - {{ article.title }}{% endblock %} + +{% block content %} +
+

{{ article.title }}

+ {%include 'meta.html'%} + +
+ {{ article.content }} +
+ +
+ + {% if DISQUS_SITENAME %} +
+

Commentaires :

+
+ +
+ {% endif %} + +{# + {% if article.related_posts %} + + {% endif %} +#} +{% endblock %} -- cgit v1.2.3