{# page.html #} {% extends "base.html" %} {% block content %}

This page '{{ page_name }}' with title: '{{ title }}'

{% endblock content %}