{% extends 'templates/base.html' %} {% block title %}{{super()}} | Short page test{% endblock %} {% block main %}

Test

This is a test of a short page.

{% endblock %}