1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < title > {{fsdocs-page-title}}</ title >
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
8
+ < meta name ="author " content ="{{fsdocs-authors}} ">
9
+ < link rel ="shortcut icon " type ="image/x-icon " href ="{{root}}/img/favicon.ico ">
10
+ < script src ="https://code.jquery.com/jquery-3.4.1.min.js "> </ script >
11
+ < script type ="text/javascript " src ="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML "> </ script >
12
+ <!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML"></script> -->
13
+
14
+ < link type ="text/css " rel ="stylesheet " href ="{{root}}content/fsdocs-default.css " />
15
+ < link type ="text/css " rel ="stylesheet " href ="{{root}}content/fsdocs-custom.css " />
16
+ < script type ="text/javascript " src ="{{root}}content/fsdocs-tips.js "> </ script >
17
+ < script type ="text/javascript " src ="https://cdn.jsdelivr.net/npm/@creativebulma/bulma-collapsible@1.0.4/dist/js/bulma-collapsible.min.js "> </ script >
18
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@creativebulma/bulma-collapsible@1.0.4/dist/css/bulma-collapsible.min.css ">
19
+ <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
20
+ <!--[if lt IE 9]>
21
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
22
+ <![endif]-->
23
+ <!-- BEGIN SEARCH BOX: this adds support for the search box -->
24
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/JavaScript-autoComplete/1.0.4/auto-complete.css " />
25
+ <!-- END SEARCH BOX: this adds support for the search box -->
26
+ {{fsdocs-watch-script}}
27
+ </ head >
28
+
29
+ < body >
30
+ < div class ="columns is-fullheight m-0 ">
31
+ < div id ="fsdocs-menu " class ="column is-2 is-paddingless ">
32
+ < aside class ="menu ">
33
+ < div class ="container is-paddingless is-marginless has-background-dark ">
34
+ < a href ="{{fsdocs-logo-link}} ">
35
+ < figure class ="image is-128x128 container ">
36
+ < img src ="{{fsdocs-logo-src}} ">
37
+ </ figure >
38
+ </ a >
39
+ < h2 class ="title has-text-centered has-text-white pb-4 "> {{fsdocs-collection-name}}</ h2 >
40
+ </ div >
41
+ < div class ="content ">
42
+ <!-- BEGIN SEARCH BOX: this adds support for the search box -->
43
+ < div id ="header ">
44
+ < div class ="field ">
45
+ < div class ="control has-icons-left has-icons-right searchbox " id ="fsdocs-searchbox ">
46
+ < input data-search-input ="" id ="search-by " type ="search " placeholder ="Search... " class ="input "/>
47
+ < span class ="icon is-small is-left ">
48
+ < i class ="fas fa-search "> </ i >
49
+ </ span >
50
+ </ div >
51
+ </ div >
52
+ </ div >
53
+ <!-- END SEARCH BOX: this adds support for the search box -->
54
+ < ul class ="navbar-nav ">
55
+ {{fsdocs-list-of-documents}}
56
+ </ ul >
57
+ </ div >
58
+ </ aside >
59
+ </ div >
60
+ < div class ="column is-10 is-paddingless ">
61
+ < div class ="section pt-4 ">
62
+ < div class ="container " id ="fsdocs-content ">
63
+ {{fsdocs-content}}
64
+ </ div >
65
+ </ div >
66
+ </ div >
67
+ {{fsdocs-tooltips}}
68
+ </ div >
69
+
70
+ <!-- BEGIN SEARCH BOX: this adds support for the search box -->
71
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/JavaScript-autoComplete/1.0.4/auto-complete.css " />
72
+ < script type ="text/javascript "> var fsdocs_search_baseurl = '{{root}}' </ script >
73
+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/lunr.js/2.3.8/lunr.min.js "> </ script >
74
+ < script type ="text/javascript " src ="https://cdnjs.cloudflare.com/ajax/libs/JavaScript-autoComplete/1.0.4/auto-complete.min.js "> </ script >
75
+ < script type ="text/javascript " src ="{{root}}content/fsdocs-search.js "> </ script >
76
+ <!-- END SEARCH BOX: this adds support for the search box -->
77
+ </ body >
78
+ < footer >
79
+ < script >
80
+ bulmaCollapsible . attach ( '.is-collapsible' ) ;
81
+ </ script >
82
+ </ footer >
83
+ </ html >
0 commit comments