21 lines
577 B
HTML
21 lines
577 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="/static/css/pandoc.css">
|
|
|
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
<title> $title$ </title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="pagehead">
|
|
</div>
|
|
<div class="pagebody">
|
|
$body$
|
|
</div>
|
|
</body>
|
|
</html>
|