{% extends 'base/structure.html.twig' %} {% block topcontainer %}
{{ include('news/socialBar.html.twig') }}
{{ include('news/shareEmail.html.twig') }}
{{ include('news/newsItemProp.html.twig') }} {{ include('news/newsTitle.html.twig') }}
{{ news.getNoticeMessage() }}
{{ include('news/newsPicture.html.twig') }} {% if news.notificationText %}
    {% for notification in news.getNotificationText() %}
  • {{ notification }}
  • {% endfor %}
{% endif %} {% if ads is defined %}
{{ ads.printAd('mobile', 'under_image_static')|raw }}
{% endif %} {{ include('news/newsBody.html.twig') }} {{ include('news/newsAlbum.html.twig') }}
{{ include('news/newsPdf.html.twig') }} {{ include('news/newsTags.html.twig') }}
{% if hasRelatedBox is defined %}
{{ relatedBox|raw }}
{% endif %} {% if ads is defined %}
{{ ads.printAd('desktop', 'under_image')|raw }} {{ ads.printAd('mobile', 'under_image')|raw }}
{% endif %} {% endblock %}