Added readme and code
This commit is contained in:
10
DemoTemplates/master.php
Normal file
10
DemoTemplates/master.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{$title}}</title>
|
||||
{{t GetSection('head') }}
|
||||
</head>
|
||||
<body>
|
||||
{{t GetSection('content') }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user