mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
11 lines
228 B
HTML
11 lines
228 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<div class="jumbotron p-5">
|
||
|
<h1 class="display-4">{{ page.title }}</h1>
|
||
|
{% if page.description and page.hidedesc != true %}<p class="lead">{{ page.description }}</p>{% endif %}
|
||
|
</div>
|
||
|
|
||
|
{{ content }}
|