{% extends "layout.html.twig" %} {% block title %}{{ entry.title|striptags|default('entry.default_title'|trans)|raw }} ({{ entry.domainName|removeWww }}){% endblock %} {% block body_class %}entry{% endblock %} {% set current_path = path(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) %} {% block menu %}
{% endblock %} {% block content %}

{{ entry.title|striptags|default('entry.default_title'|trans)|raw }} {% if is_granted('EDIT', entry) %} create {% endif %}

{{ entry.content|raw }}
menu
{% endblock %} {% block footer %} {% endblock %}