{% block stylesheets %}{% endblock %}
{% set route_name = app.request.attributes.get('_route') %}
MyTube
{% if is_granted('ROLE_USER') %}
Dashboard
Upload
Links
{% endif %} {% if is_granted('ROLE_ADMIN') %}
Users
{% endif %}
{% if is_granted('ROLE_USER') %}
Settings
Logout
{% else %}
Login
{% endif %}
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}