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

10 lines
151 B
PHP

<!doctype html>
<html>
<head>
<title>{{$title}}</title>
{{t GetSection('head') }}
</head>
<body>
{{t GetSection('content') }}
</body>
</html>