mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-20 14:16:41 +02:00
23 lines
496 B
HTML
23 lines
496 B
HTML
<!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>
|