]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
symfony is there
[github/wallabag/wallabag.git] / src / Acme / DemoBundle / Resources / views / Demo / hello.html.twig
1 {% extends "AcmeDemoBundle::layout.html.twig" %}
2
3 {% block title "Hello " ~ name %}
4
5 {% block content %}
6 <h1>Hello {{ name }}!</h1>
7 {% endblock %}
8
9 {% set code = code(_self) %}