{% extends "base.html.twig" %}
{% block stylesheets %}
{{ parent() }}
{{ encore_entry_link_tags('form') }}
{% endblock stylesheets %}
{% block head_script_second %}
{{ parent() }}
{{ encore_entry_script_tags('form') }}
{% endblock head_script_second %}
{% block page_header_around %}{% endblock page_header_around %}
{% block content %}
DONE!
{% endblock content %}