{% extends 'base.html.twig' %} {% block title %}Tell me your name{% endblock %} {% block header %}Tell me your name{% endblock %} {% block body %}

By submitting the form, you agree that your username will be stored as a cookie.

{{ include('_form.html.twig') }}
{% endblock %}