1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

Add baseof layout

This commit is contained in:
Tiger Oakes
2020-09-05 22:30:58 -07:00
committed by XhmikosR
parent 933b6510ca
commit 4c9597ef7e
5 changed files with 110 additions and 139 deletions

View File

@@ -1,21 +1,8 @@
<!doctype html>
<html lang="en">
<head>
{{ partial "header" . }}
</head>
<body>
{{ partial "skippy" . }}
{{ define "main" }}
<main>
{{ partial "home/masthead" . }}
{{ partial "home/masthead-followup" . }}
</main>
{{ partial "docs-navbar" . }}
<main>
{{ partial "home/masthead" . }}
{{ partial "home/masthead-followup" . }}
</main>
{{ .Content }}
{{ partial "footer" . }}
{{ partial "scripts" . }}
</body>
</html>
{{ .Content }}
{{ end }}