{% extends 'layout.html.twig' %}
{% block content %}
{% if is_granted('IS_AUTHENTICATED') %}
Hello {{app.user.username}} Logout!
{% if is_granted('ROLE_ADMIN') %}
Add new words!
See all words!
{% endif %}
{% else %}