Skip to content

Commit 01f7409

Browse files
committed
add template
1 parent c571db0 commit 01f7409

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

templates/page.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>$title$</title>
6+
<link rel="stylesheet" href="$css$">
7+
$if(math)$
8+
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
9+
$endif$
10+
</head>
11+
<body>
12+
<main>
13+
$body$
14+
</main>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)