From 93fd4692f6eb753cae16358131c8049d84cfbb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 08:30:07 +0100 Subject: symfony is there --- .../Resources/views/Welcome/index.html.twig | 83 ++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig (limited to 'src/Acme/DemoBundle/Resources/views/Welcome') diff --git a/src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig b/src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig new file mode 100644 index 00000000..ea3a7299 --- /dev/null +++ b/src/Acme/DemoBundle/Resources/views/Welcome/index.html.twig @@ -0,0 +1,83 @@ +{% 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.

+ +
+ + {% if app.environment == 'dev' %} + + {% endif %} + +
+ +
+
+ +
+
+ +
+
+ +
+
+{% endblock %} -- cgit v1.2.3