{% set route = app.request.attributes.get('_route') %} {% block body %}
{% block titlewrapper %}

{% block title %}Dashboard{% endblock %}

{% endblock %}
{% if app.session.flashbag.peekAll|length > 0 %} {% for type, messages in app.session.flashbag.all %} {% for message in messages %} {% endfor %} {% endfor %} {% endif %}
{% block content %} {% endblock %}
{% endblock body %} {##} {% block javascripts %} {% endblock %}