{% if close %}{% button class='button--no-text button--primary button--small' toggle_target='#'|add:id toggle_modifier='closed' icon='close' %}{% endif %}
{% if title %}
{{ title }}
{% endif %}
{% if text %}
{% if urlize %}{{ text|rh_urlize:urlize_target }}{% else %}{{ text }}{% endif %}