{% extends 'base.html.twig' %} {% block page_header_title %}Welcome{% endblock %} {% block page_header_subtitle %}{% endblock %} {% block page_header %}

Regina Multicultural Council

{% endblock %} {% block content %}
{{ get_content('Welcome')|raw }} {% if sponsors|length %}

Our Sponsors

{% for sponsor in sponsors %} {% endfor %}
{% endif %}

Pavilions

{% for pavilion in pavilions %}
{% if pavilion.flagName %} {% else %} {% endif %} {{ pavilion }}
{% endfor %}
{% endblock %}