{% if content.html is not none %}
{{ key }}.html
{{ content.html|escape }}
Copied!
{% endif %} {% if content.template is not none %}
Output:
{{ content.template|safe }}
{% endif %}