diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/_default/baseof.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/_default/baseof.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/_default/baseof.html b/vendor/twbs/bootstrap/site/layouts/_default/baseof.html new file mode 100644 index 000000000..713ab2864 --- /dev/null +++ b/vendor/twbs/bootstrap/site/layouts/_default/baseof.html @@ -0,0 +1,20 @@ +<!doctype html> +<html lang="en"> + <head> + {{ partial "header" . }} + </head> + {{ block "body_override" . }}<body>{{ end }} + {{ partial "skippy" . }} + + {{ partial "docs-navbar" . }} + + {{ block "main" . }} + {{ end }} + + {{ partial "footer" . }} + {{ partial "scripts" . }} + + {{ block "footer" . }} + {{ end }} + </body> +</html> |