megauploader/res/templates/base.html.tmpl
2017-09-23 19:46:58 +02:00

14 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>