{% block topcontainer %}{% endblock %}
{% if rightcontainer is defined %} {{ rightcontainer|raw }} {% else %} {{ include('elements/newsfeedbox.html.twig') }} {% endif %}
{% if pageType is defined and pageType == "news" %}
{% endif %} {% if not leftcontainer is defined %}
loading
{% endif %} {% if leftcontainer is defined %} {{ leftcontainer|raw }} {% else %} {{ render(controller('App\\Controller\\BaseController::leftColumn', {'pageType': pageType})) }} {% endif %}
{% if pageType is defined and pageType == "news" %}
{% endif %}