mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-20 21:34:34 -05:00
16 lines
372 B
HTML
16 lines
372 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
{% include head.html %}
|
|
<body>
|
|
<header>
|
|
{% include nav.html %}
|
|
</header>
|
|
<main>
|
|
{{ content }}
|
|
</main>
|
|
<script src="/assets/js/vendor/bootstrap.bundle.min.js?v=5.0.0-beta3"></script>
|
|
<script src="/assets/js/sortable.min.js?v=6"></script>
|
|
<script src="/assets/js/main.js?v=7"></script>
|
|
</body>
|
|
</html>
|