diff --git a/templates/story.tmpl~ b/templates/story.tmpl~ deleted file mode 100644 index aeac04f..0000000 --- a/templates/story.tmpl~ +++ /dev/null @@ -1,25 +0,0 @@ -## -*- 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"> -
-
- ${pheader.html_title()} - ${pheader.html_translations(post)} -
-
- ${post.text()} -
- %if site_has_comments and enable_comments and not post.meta('nocomments'): -
-

${messages("Comments")}

- ${comments.comment_form(post.permalink(absolute=True), post.title(), post.base_path)} -
- %endif - ${math.math_scripts_ifpost(post)} -
-