{% block stylesheets %}
{% endblock %}
WebSiteName
Home
Products
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
Basket
{% else %}
Basket
{% endif %}
Page 3
{% if is_granted('ROLE_ADMIN') %}
Panel Administratora
{% endif %}
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
Hello: {{ app.user.username }}
Logout
{% else %}
Sign Up
Register
{% endif %}
{% block body %}{% endblock %}
{% block javascripts %} {% endblock %}