{{ include('main-menu.html.twig') }}
{% set current_path = app.request.get('_route') %}
{% if current_path != "start" %}
{% endif %}
{% block body %}
{% endblock %}
{% block headertitle %} {% endblock %}
{% block headercreate %}
{% if is_granted('ROLE_USER_EDITABLE') or is_granted('ROLE_ADMIN')%}
{% endif %}
{% endblock %}