aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/simple.html
blob: 27fd78813fbf3124f23eacb32c1863892d2db4d9 (plain)
1
2
3
4
5
6
7
8
9
---
layout: default
---

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