{% extends "base.html" %} {% block title %}{{ page.title }} ยท {{ app_title }}{% endblock %} {% block content %} {% include "components/page_header.html" %}
{% include catalog_section.template_name %}
{% endblock %}