{% extends 'base.html.twig' %}
{% block body %}
{% if pageType is defined and pageType == "news" %}
{{ ads.printAd('desktop', 'window_top')|raw }}
{{ news.getBreadCrumb()|raw }}
{% endif %}
{% 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 leftcontainer is defined %}
{{ leftcontainer|raw }}
{% else %}
{{ render(controller('App\\Controller\\BaseController::leftColumn',
{'pageType': pageType,'preview': true})) }}
{% endif %}
{% if pageType is defined and pageType == "news" %}
{% endif %}
{% endblock %}
{% block javascripts %}
{% if pageType is defined and pageType == "news" %}
{% if not app.request.get('fb') is defined or not app.request.get('fb') %}
{% endif %}
{% endif %}
{% endblock %}