{% extends 'base.html.twig' %} {% block content %}
{% if not is_granted('ROLE_USER') %} Login {% endif %}
{% endblock %}