privacyguides.org/_layouts/default.html

21 lines
379 B
HTML
Raw Normal View History

2018-10-23 16:10:38 +00:00
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body data-spy="scroll" data-target="#navbar">
<header>
{% include nav.html %}
<div id="top" class="py-4"></div>
</header>
<div class="container" role="main">
<main>
{{ content }}
</main>
<footer>
{% include footer.html %}
</footer>
</div>
{% include scripts.html %}
</body>
2018-10-25 21:01:40 +00:00
</html>