blob: 6a468125f31fef2b4961bbe616306a410032b324 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{{if hasmath}} {{insert head_katex.html }} {{end}}
{{if hascode}} {{insert head_highlight.html }} {{end}}
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/assets/favicon.png">
{{isdef title}} <title>{{fill title}}</title> {{end}}
</head>
<body>
{{insert header.html}}
<!-- Content appended here -->
|