This repository has been archived on 2024-01-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-04-02 23:38:08 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
{% include head.html %}
|
|
|
|
|
<body data-spy="scroll" data-target="#navbar">
|
2019-10-02 22:13:05 -05:00
|
|
|
<script src="https://ipfs.privacytools.io/ipfs/QmWNFSGdjj8EupzXoTikm3se1vG8YDCBBRKAq3bGDnnxc4/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>
|