{% 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 %}

Welcome to Frosch Lehrer

Login or register to start learning

Login

Register

{% endif %} {% endblock %}