This repository has been archived on 2024-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
privacytools.io/_layouts/minimal.html
Jonah Aragon 0bb133e4d5 Split apart layouts
Some pages don't need a footer.
2019-04-02 23:18:06 -05:00

15 lines
298 B
HTML

<!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">
{{ content }}
</div>
{% include scripts.html %}
</body>
</html>