{% extends '_base.html' %} {% block title %}{{title}} - {{super()}}{% endblock %} {% block content %}

{{title}}

{{content}}
{% endblock %}