{{ encore_entry_link_tags('app') }} {% block stylesheets %} {% endblock %}
{{ include('main-menu.html.twig') }}
{% set current_path = app.request.get('_route') %} {% if current_path != "start" %}

{% block headertitle %} {% endblock %}

{% block headercreate %} {% if is_granted('ROLE_USER_EDITABLE') or is_granted('ROLE_ADMIN')%} {% endif %} {% endblock %}
{% endif %}
{% block body %} {% endblock %}

{{ encore_entry_script_tags('app') }} {% block javascripts %} {% endblock %}