2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/docs/_layouts/simple.html
T
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>