From 2ce26b4ed17e153d9834e6dd21ec0da92d71139e Mon Sep 17 00:00:00 2001 From: Samrat Man Singh Date: Sat, 7 Jul 2012 08:31:08 +0545 Subject: Move syte-pelican to syte --- syte/templates/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 syte/templates/index.html (limited to 'syte/templates/index.html') diff --git a/syte/templates/index.html b/syte/templates/index.html new file mode 100644 index 0000000..9f42064 --- /dev/null +++ b/syte/templates/index.html @@ -0,0 +1,18 @@ +{% extends 'base.html' %} +{% block main_section %} +
+ {% for article in articles_page.object_list %} +

{{article.locale_date}}

+ +{% endfor %} + +{% include "pagination.html" %} + +
+{% endblock %} -- cgit