0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-15 03:24:00 +01:00
Bootstrap/site/layouts/_default/home.html
2024-03-05 13:37:35 -06:00

22 lines
370 B
HTML

<!doctype html>
<html lang="en">
<head>
{{ partial "header" . }}
</head>
<body>
{{ partial "skippy" . }}
{{ partial "announcement" . }}
{{ partial "docs-navbar" . }}
{{ partial "home/masthead" . }}
{{ partial "home/masthead-followup" . }}
{{ .Content }}
{{ partial "footer" . }}
{{ partial "scripts" . }}
</body>
</html>