From 5e675c85d3ad6b5b2cdaf96156859597d8107633 Mon Sep 17 00:00:00 2001 From: Dedi Purwanto Date: Sun, 18 Nov 2012 11:21:55 +0800 Subject: Added cebong theme files --- cebong/templates/article.html | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 cebong/templates/article.html (limited to 'cebong/templates/article.html') diff --git a/cebong/templates/article.html b/cebong/templates/article.html new file mode 100644 index 0000000..fc7e589 --- /dev/null +++ b/cebong/templates/article.html @@ -0,0 +1,34 @@ +{% extends "base.html" %} +{% block title %}{{ article.title|striptags }}{% endblock %} +{% block content %} +
+
+
+

+ {{ article.title}}

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

Comments !

+
+ +
+ {% endif %} + +
+
+{% endblock %} -- cgit