SandpointsTheme/layouts/edit/baseof.html

10 lines
225 B
HTML
Raw Normal View History

2021-02-14 03:18:03 +01:00
<!DOCTYPE html>
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
<head>
<title>{{- .Title }} - {{ .Site.Title -}}</title>
</head>
<body>
{{ block "edit" . }}{{ end }}
</body>
</html>