Commit | Line | Data |
---|---|---|
536f0460 DW |
1 | {{{ output.doctype }}} |
2 | <html {{{ output.htmlattributes }}}> | |
3 | <head> | |
4 | <title>{{ output.page_title }}</title> | |
5 | <link rel="shortcut icon" href="{{{ output.favicon }}}" /> | |
6 | {{{ output.standard_head_html }}} | |
7 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
8 | </head> | |
9 | ||
99061152 | 10 | <body {{{ bodyattributes }}}> |
536f0460 | 11 | |
2668487e | 12 | <div id="page-wrapper"> |
536f0460 | 13 | |
2668487e | 14 | {{{ output.standard_top_of_body_html }}} |
b71c82ad | 15 | |
2ede86d7 | 16 | {{>theme_boost/header}} |
536f0460 | 17 | |
99061152 | 18 | <div id="page" class="container-fluid"> |
2668487e | 19 | {{{ output.full_header }}} |
536f0460 | 20 | |
2668487e | 21 | <div id="page-content" class="row"> |
99061152 DW |
22 | <div id="region-main-box"> |
23 | <section id="region-main" class="col-xs-12"> | |
24 | <span class="pull-xs-right region-main-settings-menu"> | |
25 | {{{ output.region_main_settings_menu }}} | |
26 | </span> | |
27 | {{{ output.course_content_header }}} | |
28 | {{{ output.main_content }}} | |
29 | {{{ output.course_content_footer }}} | |
30 | </section> | |
1ecc3daf | 31 | </div> |
536f0460 | 32 | </div> |
2668487e | 33 | </div> |
99061152 DW |
34 | {{> theme_boost/blocks-drawer }} |
35 | {{> theme_boost/nav-drawer }} | |
536f0460 | 36 | </div> |
2668487e | 37 | <footer id="page-footer" class="p-y-1"> |
428de3dc | 38 | <div class="container"> |
2668487e FM |
39 | <div id="course-footer">{{{ output.course_footer }}}</div> |
40 | ||
41 | {{# output.page_doc_link }} | |
42 | <p class="helplink">{{{ output.page_doc_link }}}</p> | |
43 | {{/ output.page_doc_link }} | |
44 | ||
45 | {{{ output.login_info }}} | |
46 | {{{ output.home_link }}} | |
47 | {{{ output.standard_footer_html }}} | |
48 | {{{ output.standard_end_of_body_html }}} | |
49 | </div> | |
126e1b24 | 50 | </footer> |
126e1b24 | 51 | |
536f0460 | 52 | </body> |
d2645a6a DW |
53 | </html> |
54 | {{#js}} | |
2ede86d7 | 55 | require(['theme_boost/loader'], function() {}); |
99061152 | 56 | require(['theme_boost/drawer'], function(mod) {mod.init();}); |
d2645a6a | 57 | {{/js}} |