22 lines
238 B
Plaintext
22 lines
238 B
Plaintext
{{define "base" }}
|
|
<!doctype html>
|
|
<html lang="en">
|
|
|
|
{{template "header" .}}
|
|
|
|
<body>
|
|
|
|
{{block "content" .}}
|
|
|
|
{{end}}
|
|
|
|
{{block "js" .}}
|
|
|
|
{{end}}
|
|
|
|
{{template "footer" .}}
|
|
|
|
</body>
|
|
</html>
|
|
|
|
{{end}} |