aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/page.html
blob: 96a07bb2a677d28cb7a1a42458fc7565fd64f743 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
---

{% include nav-docs.html %}

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