Create default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-02 03:22:54 +01:00 committed by GitHub
parent e7bd763d68
commit 4c08999c78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
_layouts/default.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ PyTutorial | Computational Neuroscience, Machine Learning and Python tutorials }}</title>
<!-- Include MathJax -->
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
</head>
<body>
<!-- Site header -->
<header>
<h1>{{ PyTutorial }}</h1>
</header>
<!-- Main content -->
<main>
{{ content }}
</main>
</body>
</html>