From 2d698a74f90b0915dd8c2e3e42ce0f21d0a7bd1c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 2 Mar 2011 16:19:50 +0100 Subject: Add comment support to article template, add support for multiple page templates. --- templates/article.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'templates/article.html') diff --git a/templates/article.html b/templates/article.html index 8eef256..24b5b17 100644 --- a/templates/article.html +++ b/templates/article.html @@ -33,3 +33,59 @@ + +{.section commentary} +
+

{comments-heading|html}

+ + {.repeated section comments} +
+ +
+ {body} +
+
+ {.end} + + {.section comment-submission} +

{title}

+ {notes} +
+
+ + +
+
+ {.repeated section fields} +
+
+ +
+
+ +
+
+ {.end} +
+
+ +
+
+ +
+
+
+
+
+ {.end} + +
+{.end} -- cgit v1.2.3