1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-06 11:32:42 +00:00
Files
privacyguides.org/privacytools.io/_layouts/minimal.html

14 lines
304 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body data-spy="scroll" data-target="#navbar">
<script src="/assets/js/applytheme.js?v=1"></script>
<header>
{% include nav.html %}
<div id="top" class="py-4"></div>
</header>
{{ content }}
{% include scripts.html %}
</body>
</html>