forked from wallabag/wallabag
symfony is there
This commit is contained in:
9
src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
Normal file
9
src/Acme/DemoBundle/Resources/views/Demo/hello.html.twig
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "AcmeDemoBundle::layout.html.twig" %}
|
||||
|
||||
{% block title "Hello " ~ name %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Hello {{ name }}!</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% set code = code(_self) %}
|
||||
Reference in New Issue
Block a user