{% extends 'layouts/base.html' %} {% block title -%} Other page {%- endblock %} {% block content %} {{ super() }} This is the content {% endblock %}