1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00
Files
privacyguides.org/_layouts/page.html
2021-12-31 21:40:35 -06:00

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>