{% extends "cosinnus/cms_base.html" %} {% load i18n static wagtailcore_tags wagtailimages_tags cosinnus_tags %} {% block csshead %} {{ block.super }} {% endblock %} {% block main_page %} {{ block.super }}
{# class="vertical-align" #}
{% if page.header_image %} {% image page.header_image original class="image" %} {% endif %}
{{ page.header_title|richtext_or_stream }}
{% if page.header_text|richtext_or_stream %}
{{ page.header_text|richtext_or_stream }}
{% endif %} {% if page.header_content|richtext_or_stream %}
{{ page.header_content|richtext_or_stream }}
{% endif %} {% if page.show_register_button and not request.user.is_authenticated %}
{% endif %} {% if page.site_widgets %}
{{ page.site_widgets|richtext_or_stream }}
{% endif %}
{% if page.bottom_content %}
{{ page.bottom_content|richtext_or_stream }}
{% block second_row %}{% endblock %}
{% endif %}
{% endblock main_page %}