From 54f9a1223c65339dff7b0d2888029b25576920da Mon Sep 17 00:00:00 2001 From: sam159 Date: Mon, 2 Jun 2014 11:58:19 +0100 Subject: [PATCH] Update helloworld.php fixed incorrect section name --- DemoTemplates/helloworld.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() %}