From daf20dd652f9294273c1110f60ff4da6d99f67c5 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 26 May 2020 22:45:15 +0000 Subject: Commit preview bundle --- themes/ccc/templates/front.tmpl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 themes/ccc/templates/front.tmpl (limited to 'themes/ccc/templates/front.tmpl') diff --git a/themes/ccc/templates/front.tmpl b/themes/ccc/templates/front.tmpl new file mode 100644 index 00000000..cb5b219e --- /dev/null +++ b/themes/ccc/templates/front.tmpl @@ -0,0 +1,15 @@ +## -*- coding: utf-8 -*- +<%namespace name="helper" file="post_helper.tmpl"/> +<%namespace name="pheader" file="post_header.tmpl"/> +<%namespace name="comments" file="comments_helper.tmpl"/> +<%namespace name="math" file="math_helper.tmpl"/> +<%inherit file="post.tmpl"/> + +<%block name="content"> +
+
+ ${post.text()} +
+ ${math.math_scripts_ifpost(post)} +
+ -- cgit v1.2.3