{% load static %}
{% if is_gov == 'true' %}
{% endif %}
{% if is_gov == 'true' %}
{{ content_primary }}
{{ content_secondary }}
{% endif %} {% if is_gov == 'false' %} {{ custom_content|safe }} {% endif %}