File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {% extends "cloud/layout.html" %}
2+
3+ {% block scripts %}
4+ {% include "../../web/_includes/head.html" %}
5+
6+ {{ super() }}
7+ {% endblock %}
8+
9+ {% block header %}
10+ < v-app id ="psij-app ">
11+ {% include "../../web/_includes/menu.html" %}
12+ {{ super() }}
13+ {% endblock %}
14+
15+ {% block footer %}
16+ {{ super() }}
17+
18+ {% include "../../web/_includes/footer.html" %}
19+ </ v-app >
20+
21+ {# this has to be done manually because jinja2 and jekyll use the same escapes #}
22+ < script >
23+ var crtpath = null ;
24+ v = new Vue ( {
25+ el : '#psij-app' ,
26+ vuetify : new Vuetify ( ) ,
27+ data : {
28+ themes : [ "theme-1" , "theme-3" ] ,
29+ maintabs : "docs"
30+ }
31+ } ) ;
32+
33+ hljs . highlightAll ( ) ;
34+ </ script >
35+
36+ {% endblock %}
37+
38+
39+ {% block sidebartoggle %}
40+ {% endblock %}
You can’t perform that action at this time.
0 commit comments