mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
fbbb7ab44a
Co-authored-by: Daniel Nathan Gray <dng@disroot.org> Signed-off-by: Freddy <freddy@decypher.pw>
17 lines
467 B
HTML
17 lines
467 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.1.1"></script>
|
|
<script src="/assets/js/sortable.min.js?v=20210506"></script>
|
|
<script src="/assets/js/main.js?v=20210506"></script>
|
|
{% if page.mathjax %}<script src="/assets/js/vendor/tex-svg.js"></script>{% endif %}
|
|
</body>
|
|
</html>
|