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.
2018-10-23 18:10:38 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2019-04-01 19:42:34 -05:00
|
|
|
{% 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>
|
2019-01-18 17:51:22 +01:00
|
|
|
{{ content }}
|
2019-04-01 19:42:34 -05:00
|
|
|
</main>
|
|
|
|
|
<footer>
|
|
|
|
|
{% include footer.html %}
|
|
|
|
|
</footer>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% include scripts.html %}
|
|
|
|
|
</body>
|
2018-10-25 23:01:40 +02:00
|
|
|
</html>
|