{% load safe_html %} {# Security: Trigger and content are sanitized to allow only safe HTML elements. #}
{% if trigger %} {{ trigger|sanitize }} {% else %} {% endif %}