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