privacyguides.org/_layouts/page.html
2020-12-04 01:06:04 -06:00

13 lines
254 B
HTML

---
layout: default
---
<div class="container my-5">
{% include breadcrumbs.html %}
<h1>{{ page.title }}</h1>
{% if page.description %}<p class="lead">
{{ page.description }}
</p>{% endif %}
{{ content }}
{% include footer.html %}
</div>