{% extends "AdminAdminPanelBundle::main.html.twig" %} {% block stylesheets %} {% endblock %} {% block contenttitle %}

{{entity.title}}

{% endblock %} {% block body -%} {{ include('adminpanel/menu/route.html.twig', { 'name': 'admin_news' }) }}
{% for flashMessage in app.session.flashbag.get('notice_success') %}
{{ flashMessage }}
{% endfor %}
Title {{entity.title}}
Description Short
{{entity.descriptionshort|raw}}


Body
{{entity.body|raw}}


{% endblock %}