mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
34bc00ddbe
* load skippy markup from includes
16 lines
256 B
HTML
16 lines
256 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include header.html %}
|
|
</head>
|
|
<body>
|
|
{% include skippy.html %}
|
|
|
|
{% include docs-navbar.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
{% include scripts.html %}
|
|
</body>
|
|
</html>
|