From fb7081b1bf01032bf75ff22b559e9d15e697a9fb Mon Sep 17 00:00:00 2001 From: Chris MacMackin Date: Thu, 14 May 2015 23:00:11 -0300 Subject: Added the Backdrop theme. --- backdrop/templates/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 backdrop/templates/index.html (limited to 'backdrop/templates/index.html') diff --git a/backdrop/templates/index.html b/backdrop/templates/index.html new file mode 100644 index 0000000..e7846ec --- /dev/null +++ b/backdrop/templates/index.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% block content %} +{% import 'macros.html' as macros %} +
+
+ {{ macros.article_summary(articles[0],SITEURL,True,disqus=DISQUS_SITENAME) }} +
+
+ {{ macros.article_summary(articles[1],SITEURL,False,False,disqus=DISQUS_SITENAME) }} +
+
+ {{ macros.article_summary(articles[2],SITEURL,False,False,disqus=DISQUS_SITENAME) }} +
+
+
+ +
+{% endblock content %} -- cgit