17 lines
528 B
HTML
17 lines
528 B
HTML
<!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/franklin.css">
|
|
<link rel="stylesheet" href="/css/jemdoc.css">
|
|
<link rel="icon" href="/assets/favicon.png">
|
|
{{isdef title}} <title>{{fill title}}</title> {{end}}
|
|
</head>
|
|
<body>
|
|
{{insert header.html}}
|
|
|
|
<!-- Content appended here -->
|