{% extends 'base.html.twig' %} {% block body %}
{{ 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') }}
{% endblock %}