diff options
Diffstat (limited to 'templates/blogpost_sub.html.j2')
| -rw-r--r-- | templates/blogpost_sub.html.j2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/blogpost_sub.html.j2 b/templates/blogpost_sub.html.j2 deleted file mode 100644 index 5bf4d94..0000000 --- a/templates/blogpost_sub.html.j2 +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base.html.j2" %} -{% block page_title %}{{ post.title() }} {{ super() }}{% endblock %} -{% block page_title_short %}{{ post.title() }}{% endblock %} -{% block content %} -<p class="first-element">{{ post.get_cat_prompt(subpage_name) }}</p> -<div class="blog-content-spacer"></div> -{{ subpage_html|safe }} -<hr> -<p class="last-element">{{ post.get_cat_prompt("") }}<a href=".">content</a></p> -{% endblock %} |
