Forked from
KWARC / kwarc.info / www
1146 commits behind the upstream repository.
-
Tom Wiesing authoredTom Wiesing authored
default.html 727 B
---
layout: compress
---
<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<body>
<header>
{% include header.html %}
</header>
<main>
<div class="container" id="body">
{{ content }}
</div>
</main>
<footer>
{% include footer.html %}
</footer>
<!-- And also jQuery -->
<script src="{{ site.baseurl }}/public/js/{{ site.jquery }}.min.js"></script>
<!-- Materialize javascript components -->
<script src="{{ site.baseurl }}/public/{{ site.materialize }}/js/materialize.min.js"></script>
<!-- and our custom scripts -->
<script src="{{ site.baseurl }}/public/js/kwarc.js"></script>
</body>
</html>