{% load static modal_tags %}

{{ popup.h2|sanitize_modal_html }}

{{ popup.p|sanitize_modal_html }}

{% with safe_link=popup.link_url|sanitize_modal_url %} {% if safe_link %} {{ popup.link_text|sanitize_modal_html }} {% endif %} {% endwith %} {% with safe_video_link=popup.link_video_url|sanitize_modal_url %} {% if safe_video_link %} {{ popup.link_video_text|sanitize_modal_html }} {% endif %} {% endwith %}