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