11 lines
217 B
PHP
11 lines
217 B
PHP
{% $context['title'] = 'Hello World -- Demo' %}
|
|
{%t SetMaster('master') %}
|
|
|
|
{%t StartSection('head') %}
|
|
<!-- some head here -->
|
|
{%t EndSection() %}
|
|
|
|
{%t StartSection('content') %}
|
|
Hello {{$world}}
|
|
{%t EndSection() %}
|