mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
cbe4daff6f
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
22 lines
361 B
HTML
22 lines
361 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
{{ partial "header" . }}
|
|
</head>
|
|
<body>
|
|
{{ partial "skippy" . }}
|
|
|
|
{{ partial "docs-navbar" . }}
|
|
|
|
<main>
|
|
{{ partial "home/masthead" . }}
|
|
{{ partial "home/masthead-followup" . }}
|
|
</main>
|
|
|
|
{{ .Content }}
|
|
|
|
{{ partial "footer" . }}
|
|
{{ partial "scripts" . }}
|
|
</body>
|
|
</html>
|