{% extends 'AcmeDemoBundle::layout.html.twig' %} {% block title %}Symfony - Welcome{% endblock %} {% block content_header '' %} {% block content %}

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 %}