D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
scrivo
/
highlight.php
/
test
/
detect
/
twig
/
Filename :
default.txt
back
Copy
{% if posts|length %} {% for article in articles %} <div> {{ article.title|upper() }} {# outputs 'WELCOME' #} </div> {% endfor %} {% endif %} {% set user = json_encode(user) %} {{ random(['apple', 'orange', 'citrus']) }} {{ include(template_from_string("Hello {{ name }}")) }} {# Comments may be long and multiline. Markup is <em>not</em> highlighted within comments. #}