Files
YAPTE/DemoTemplates/helloworld.php
2013-07-27 21:02:21 +01:00

10 lines
219 B
PHP

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