{% extends "base.html.j2" %} {% block page_title %}{{ post.title() }} {{ super() }}{% endblock %} {% block page_title_short %}{{ post.title() }}{% endblock %} {% block content %}

{{ post.get_cat_prompt(subpage_name) }}

{{ subpage_html|safe }}

{{ post.get_cat_prompt("") }}content

{% endblock %}