{% extends 'base.html' %} {% block title %}{{ title }}{% endblock %} {% block content %} {% if heading %}

{{ heading }}

{% endif %} {% if content %}

{{ content }}

{% endif %}
Continue to {{ site_title }} home screen
{% endblock %}