15 lines
283 B
Cheetah
15 lines
283 B
Cheetah
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
{{block "head" .}}
|
||
|
<meta name="generator" value="megauploader" />
|
||
|
{{end}}
|
||
|
{{block "styles" .}}{{end}}
|
||
|
</head>
|
||
|
<body>
|
||
|
{{template "body" .}}
|
||
|
{{block "scripts" .}}{{end}}
|
||
|
</body>
|
||
|
</html>
|
||
|
|