1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-04-29 17:01:31 +00:00
Files
privacyguides.org/_layouts/minimal.html
T

14 lines
304 B
HTML
Raw Normal View History

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