{% extends "base.html" %} {% block content %}

Print {{ template.name }}

{% if template.variables %}
{% for var in template.variables %}
{% if var.markdown %} {% else %} {% endif %}
{% endfor %}
{% else %}

Do you want to print {{ template.name }}?

{% endif %} {% endblock %}