{% extends "cosinnus/cms_base.html" %} {% load i18n static wagtailcore_tags cosinnus_tags %} {% block csshead %} {{ block.super }} {% endblock %} {% block main_page %} {{ block.super }}
{{ page.banner_left|richtext_or_stream }}
{{ page.banner_right|richtext_or_stream }}
{% if page.show_register_button and not request.user.is_authenticated %}
{% endif %}
{{ page.header|richtext_or_stream }}
{% block second_row %}{% endblock %}
{% comment %} CMS footers invisible for now {% endcomment %}
{% endblock main_page %}