0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Bootstrap/site/layouts/_default/home.html

20 lines
334 B
HTML
Raw Normal View History

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