-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom_template.html
61 lines (55 loc) · 1.63 KB
/
custom_template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html
xmlns="http://www.w3.org/1999/xhtml"
lang="$lang$"
xml:lang="$lang$"
$if(dir)$
dir="$dir$"
$endif$
>
<head>
$metadata.html()$
<style>
$styles.html()$
</style>
<!-- htmldependencies:E3FAD763 -->
$for(header-includes)$ $header-includes$ $endfor$ $if(math)$ $if(mathjax)$
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
$endif$ $math$ $endif$ $for(css)$
<link rel="stylesheet" href="$css$" />
$endfor$
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript" src="/javascript/EAtlasNcAnimate2Map.js""></a>"></script>
<script type="text/javascript" src="/javascript/EAtlasNcAnimate2Widget.js"></script>
<script
type="text/javascript"
src="/javascript/eatlas_ncanimate2_load_videos_orig.js"
></script>
-->
<!--
-->
<script
type="text/javascript"
src="/javascript/js_YD9ro0PAqY25gGWrTki6TjRUG8TdokmmxjfqpNNfzVU.js"
></script>
<script
type="text/javascript"
src="/javascript/js_knBiEmiAhpyiEjn4DQ2U6kTb9kwgdnFqedbNw310faM.js"
></script>
<script
type="text/javascript"
src="/javascript/eatlas_ncanimate2_load_videos.js"
></script>
<script
type="text/javascript"
src="/javascript/js_4slruh5p14nWW8K-L5g6FJeNhqzN0qOnJl6KC4GMupU.js"
></script>
</head>
<body>
$for(include-before)$ $include-before$ $endfor$
<!-- remove this in the qmd file -->
$if(toc)$ $toc.html()$ $endif$ $body$ $for(include-after)$ $include-after$
$endfor$
</body>
</html>