diff options
Diffstat (limited to 'layouts/baseof.html')
| -rw-r--r-- | layouts/baseof.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html new file mode 100644 index 0000000..9b5c08e --- /dev/null +++ b/layouts/baseof.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html lang="{{ site.Language.Locale }}" dir="{{ or site.Language.Direction `ltr` }}"> +<head></head> +<body> + <main>{{ block "main" . }}{{ end }}</main> +</body> +</html> |