{% extends "_base.html" %} {% block page_title %}{{ this.title }} | {{ super() }}{% endblock %} {% block body_class %}{{ this.title|lower }}{% endblock %} {% block main_content %}

{{ this.title }}

{{ this.body }}
{% endblock %}