diff --git a/themes/bootstrap2/templates/article.html b/themes/bootstrap2/templates/article.html new file mode 100644 index 0000000000000000000000000000000000000000..4b888f970b93e8fda29c7ccc8215bb447b004326 --- /dev/null +++ b/themes/bootstrap2/templates/article.html @@ -0,0 +1,40 @@ +{% extends "base.html" %} +{% block title %}{{ article.title }}{% endblock %} +{% block content %} +
+
+
+

+ + {{ article.title}} + + {% include 'twitter.html' %} +

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

Comments !

+
+ +
+ {% endif %} +
+
+{% endblock %}