mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
23 lines
476 B
HTML
23 lines
476 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="bd-pageheader text-xs-center text-sm-left">
|
|
<div class="container">
|
|
{% include page-headers.html %}
|
|
{% include ads.html %}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-3 col-md-push-9 bd-sidebar">
|
|
{% include nav-docs.html %}
|
|
</div>
|
|
<div class="col-md-9 col-md-pull-3 bd-content">
|
|
<h1 class="bd-title">{{ page.title }}</h1>
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|