{% load smart_format %}{% spaceless %}
{% if instance.content %}
{{ instance.content|safe }}
{% endif %}
{% endspaceless %}