mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 13:13:35 +01:00
12 lines
221 B
HTML
12 lines
221 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 footer.html %}
|
|
</div>
|