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