This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
privacytools.io/_layouts/page.html
2019-08-03 13:48:20 -07:00

10 lines
225 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 }}