{% extends "fragments/default.html" %} {% load crispy_forms_tags %} {% block navbar %} {% include "fragments/navbar.html" with active="templates" %} {% endblock %} {% block content %}

{% if template %}Edit Template{% else %}Create Template{% endif %}

{% crispy form %} {% endblock %}