{% extends "blog_base.html.j2" %} {% block page_title %}{{ post.title() }} - {{ super() }}{% endblock %} {% block og_page_title %}{{ post.title() }}{% endblock %} {% block content %}
{{ post.get_cat_prompt(subpage_name) }}
{{ subpage_html|safe }}{{ post.get_cat_prompt("") }}content
{% endblock %}