From 57aa89824a8dabb631c15af986a39e779d0fe3cb Mon Sep 17 00:00:00 2001 From: Mark Weiman Date: Sun, 11 Oct 2015 01:00:38 -0400 Subject: inital --- blog/templates/index.html | 151 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 blog/templates/index.html (limited to 'blog/templates/index.html') diff --git a/blog/templates/index.html b/blog/templates/index.html new file mode 100644 index 0000000..dfff388 --- /dev/null +++ b/blog/templates/index.html @@ -0,0 +1,151 @@ +{% load replace %} +{% load staticfiles %} + + + + + + + + + + + + MarkZZ - Blog + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+

{{ blog_page.title }}

+
+ {{ blog_page.subtitle }} +
+
+
+
+
+ + +
+
+
+ {% for p in posts %} +
+ +

+ {{ p.title }} +

+

+ {{ p.body|striptags|truncatewords:50 }} +

+
+ +
+
+ {% endfor %} + + +
+
+
+ +
+ + + + + + + + + + + +{# #} + + + + -- cgit v1.3.1