mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
14 lines
278 B
HTML
14 lines
278 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="container my-5">
|
|
<h1>{{ page.title }}</h1>
|
|
{% if page.description %}<p class="lead">
|
|
{{ page.description }}
|
|
</p>{% endif %}
|
|
{{ content }}
|
|
{% include hr.html %}
|
|
{% include breadcrumbs.html %}
|
|
{% include footer.html %}
|
|
</div>
|