Added readme and code
This commit is contained in:
10
DemoTemplates/helloworld.php
Normal file
10
DemoTemplates/helloworld.php
Normal file
@@ -0,0 +1,10 @@
|
||||
{% $context['title'] = 'Hello World -- Demo' %}
|
||||
{%t SetMaster('master') %}
|
||||
|
||||
{%t StartSection('content') %}
|
||||
<!-- some head here -->
|
||||
{%t EndSection() %}
|
||||
|
||||
{%t StartSection('content') %}
|
||||
Hello {{$world}}
|
||||
{%t EndSection() %}
|
||||
Reference in New Issue
Block a user