{% if intro.register_text %}{{ intro.register_text }}{% else %}register now{% endif %}
{% if intro.headline %}

{{ intro.headline|safe }}

{% endif %} {% if intro.content_1 %}
{{ intro.content_1|safe }}
{% endif %} {% if intro.content_2 %}
{{ intro.content_2|safe }}
{% endif %}