{% if inner_html %} {% if inner_html.title != "" %}

{{ inner_html.title|safe }}

{% endif %}
{{ inner_html.content|safe }}
{% endif %}