{% extends 'base.html.twig' %} {% block body %}

Welcome to Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}

Your application is ready to start working on it at: {{ base_dir }}/

{% endblock %} {% block stylesheets %} {% endblock %}