1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 15:29:06 +02:00
Files
bootstrap/docs/_layouts/simple.html
2015-08-05 00:57:35 -07:00

10 lines
153 B
HTML

---
layout: default
---
<div class="container bd-content">
{% include ads.html %}
<h1 class="bd-title">{{ page.title }}</h1>
{{ content }}
</div>