9 lines
225 B
HTML
9 lines
225 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-us{{ end }}">
|
|
<head>
|
|
<title>{{- .Title }} - {{ .Site.Title -}}</title>
|
|
</head>
|
|
<body>
|
|
{{ block "edit" . }}{{ end }}
|
|
</body>
|
|
</html>
|