@ 76c2a43fc2fd4f1136a71217835e7ec86f76d021 | history
{{define "base"}}
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>{{block "title" .}}Default{{end}}</title>
<style>{{ css }}</style>
</head>
<body>
{{block "content" . }}{{end}}
</body>
</html>
{{end}}