megauploader/res/templates/base.html.tmpl

15 lines
283 B
Cheetah
Raw Normal View History

2017-09-23 19:46:58 +02:00
<!doctype html>
<html>
<head>
{{block "head" .}}
<meta name="generator" value="megauploader" />
{{end}}
{{block "styles" .}}{{end}}
</head>
<body>
{{template "body" .}}
{{block "scripts" .}}{{end}}
</body>
</html>