{% 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 %} {% if text_content.file_info.mime_type == "image/png" or text_content.file_info.mime_type == "image/jpeg" %}
{{text_content.file_info.file_name}}
{% endif %}
{{text_content.text | escape }}
{% endblock %} {% block primary_actions %} {% endblock %}