{% spaceless %}{% load rijkshuisstijl %}
{% if close %}{% button class='button--no-text button--primary button--small' toggle_target='#'|add:id toggle_modifier='closed' icon='close' label=_('Sluiten')%}{% endif %} {% if title %}

{{ title }}

{% endif %} {% if text %}

{% if urlize %}{{ text|rh_urlize:urlize_target }}{% else %}{{ text }}{% endif %}

{% endif %} {% if wysiwyg %}
{{ wysiwyg }}
{% endif %}
{% endspaceless %}