diff --git a/DemoTemplates/helloworld.php b/DemoTemplates/helloworld.php index 70d7dfb..3aa0f22 100644 --- a/DemoTemplates/helloworld.php +++ b/DemoTemplates/helloworld.php @@ -1,10 +1,10 @@ {% $context['title'] = 'Hello World -- Demo' %} {%t SetMaster('master') %} -{%t StartSection('content') %} +{%t StartSection('head') %} {%t EndSection() %} {%t StartSection('content') %} Hello {{$world}} -{%t EndSection() %} \ No newline at end of file +{%t EndSection() %}