{% extends 'appearance/base.html' %} {% load common_tags %} {% block title %}{% include 'appearance/calculate_form_title.html' with non_html_title=True %}{% endblock %} {% block content %} {% if form %} {% with '' as title %} {% include 'appearance/generic_form_subtemplate.html' %} {% endwith %} {% endif %}