{% spaceless %}{% load rijkshuisstijl %}
{% if title %}

{{ title }}

{% endif %} {% if text %}

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

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