{% extends 'base.html.twig' %} {% block title %}Hello AppController!{% endblock %} {% block body %}

Hello {{ user.username }}!

{% endblock %}