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

{{ title }}

{% endif %} {% if text %}

{% if urlize %}{{ text|urlize }}{% else %}{{ text }}{% endif %}

{% endif %}
{% endspaceless %}