mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-13 06:33:35 +01:00
5e32dcfa88
Co-authored-by: Jonah Aragon <jonah@triplebit.net>
13 lines
245 B
HTML
13 lines
245 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 footer.html %}
|
|
</div>
|