{% extends "modal_base.html" %} {% block modal_class %}w-11/12 max-w-[90ch] max-h-[95%]{% endblock %} {% block modal_content %} {% if text_content.url_info.image_id %} {% endif %}
{{text_content.text | escape }}
{% endblock %} {% block primary_actions %} {% endblock %}