0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Bootstrap/docs/_layouts/default.html

27 lines
606 B
HTML
Raw Normal View History

2013-07-27 00:18:12 -07:00
<!DOCTYPE html>
2013-02-12 12:16:32 -08:00
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
{% include header.html %}
2013-02-12 12:16:32 -08:00
</head>
2014-03-17 02:03:16 -07:00
<body class="bs-docs">
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
2013-02-12 12:16:32 -08:00
2014-03-17 02:03:16 -07:00
{% include nav/docs.html %}
<div class="bs-docs-header" id="content">
2014-03-17 02:03:16 -07:00
<div class="bs-docs-container">
<h1>{{ page.title }}</h1>
2013-05-08 22:29:53 -07:00
<p>{{ page.lead }}</p>
{% include ads.html %}
</div>
2013-05-08 22:29:53 -07:00
</div>
2013-02-12 12:16:32 -08:00
2014-07-10 00:52:10 -07:00
<div class="bs-docs-container bs-docs-content">
2014-07-08 03:48:56 -07:00
{{ content }}
</div>
2013-02-12 12:16:32 -08:00
{% include footer.html %}
2013-02-12 12:16:32 -08:00
</body>
</html>