From 76bbbdfd68152e35ed7b050c8159fd35be0e4be8 Mon Sep 17 00:00:00 2001 From: Abhishek L Date: Sun, 16 Dec 2012 17:08:01 +0530 Subject: Added new theme built-texts, based on tuxlite-tbs and bootstrap --- built-texts/templates/article.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 built-texts/templates/article.html (limited to 'built-texts/templates/article.html') diff --git a/built-texts/templates/article.html b/built-texts/templates/article.html new file mode 100644 index 0000000..0fb7d2a --- /dev/null +++ b/built-texts/templates/article.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} +{% block content %} +
+
+
+

{{ article.title }} +

+
+
+
+ {% include "article-sidebar.html" %} +
+ +
+ {{ article.content }} +
+
+
+
+

Comments

+ + {% include 'disqus.html' %} +
+
+{% endblock %} -- cgit