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