{% extends "base.html" %} {% set active_page = "" %} {% block title %}{{title}}{% endblock %} {% block main %}

{{heading}}

{{main}}
{% endblock %}