Files
YAPTE/DemoTemplates/helloworld.php
sam159 54f9a1223c Update helloworld.php
fixed incorrect section name
2014-06-02 11:58:19 +01:00

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() %}