2020-06-13 16:55:03 +00:00
|
|
|
<!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">
|
2020-06-13 18:02:15 +00:00
|
|
|
<link rel="stylesheet" href="/css/jemdoc.css">
|
2020-06-13 16:55:03 +00:00
|
|
|
<link rel="icon" href="/assets/favicon.png">
|
|
|
|
{{isdef title}} <title>{{fill title}}</title> {{end}}
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{{insert header.html}}
|
|
|
|
|
|
|
|
<!-- Content appended here -->
|