initial commit
This commit is contained in:
10
layouts/_default/baseof.html
Normal file
10
layouts/_default/baseof.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{.Site.Language.LanguageCode}}">
|
||||
{{ partial "common/head.html" . }}
|
||||
<body>
|
||||
{{ partial "UI/navbar.html" . }}
|
||||
<main>{{ block "main" . }} {{ end }}</main>
|
||||
|
||||
{{ partial "common/scripts.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user