{% extends 'AcmeDemoBundle::layout.html.twig' %} {% block title %}Symfony - Welcome{% endblock %} {% block content_header '' %} {% block content %} {% set version = constant('Symfony\\Component\\HttpKernel\\Kernel::MAJOR_VERSION') ~ '.' ~ constant('Symfony\\Component\\HttpKernel\\Kernel::MINOR_VERSION')%}
Congratulations! You have successfully installed a new Symfony application.