@ ce8f3fef2e7542007a4b0ec50ed4f8b49c6f0d5f | 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}}