blob: 42ac1aec8a93c9121d72a954b670caf885d8efc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
layout: default
---
{% include nav-docs.html %}
<div class="bs-docs-container bs-docs-content">
{% include ads.html %}
<h1 class="bs-docs-title">{{ page.title }}</h1>
{{ content }}
</div>
|