{% 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')%}

Welcome!

Congratulations! You have successfully installed a new Symfony application.

Quick tour
Read the Quick Tour
{% if app.environment == 'dev' %}
Configure your application
Configure
{% endif %}
Demo
Run The Demo
{% endblock %}