We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21f577 commit a062e0aCopy full SHA for a062e0a
layouts/_default/baseof.html
@@ -0,0 +1,13 @@
1
+<!doctype html>
2
+<html lang="{{ .Site.Language.Lang }}" class="no-js">
3
+ <head>
4
+ {{ partial "head.html" . }}
5
+ </head>
6
+ <body class="td-{{ .Kind }}">
7
+ {{ partial "navbar.html" . }}
8
+ {{ block "masthead" . }}{{ end }}
9
+ {{ block "main" . }}{{ end }}
10
+ {{ partial "footer.html" . }}
11
+ {{ partialCached "scripts.html" . }}
12
+ </body>
13
+</html>
0 commit comments