Utilize make to render pages
This commit is contained in:
20
templates/algorithmica.html
Normal file
20
templates/algorithmica.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="$static_url$/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>
|
Reference in New Issue
Block a user