Files
glados.no/_layouts/default.html
2020-11-29 19:42:04 +01:00

13 lines
335 B
HTML

<!DOCTYPE html>
<html lang="no">
{% include structure/head.html %}
<body data-spy="scroll" data-target="#toc">
{% include structure/nav.html %}
{{ content }}
{% include structure/footer.html %}
{% include utils/scripts.html %}
{% if page.math %}{% include utils/mathjax.html %}{% endif %}
</body>
</html>