MDL-55802 theme_noname: Navbar is responsive and better styled
[moodle.git] / theme / noname / templates / columns3.mustache
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>
10 <body {{{ output.body_attributes }}}>
12 <div id="page-wrapper">
14     {{{ output.standard_top_of_body_html }}}
16     {{>theme_noname/header}}
18     <div id="page" class="container-fluid">
19         {{{ output.full_header }}}
21         <div id="page-content" class="row">
22             <div id="region-main-box" class="col-md-9">
23                 <div class="row">
24                     <section id="region-main" class="col-md-8 push-md-4">
25                         {{{ output.course_content_header }}}
26                         {{{ output.main_content }}}
27                         {{{ output.course_content_footer }}}
28                     </section>
29                     {{{ sidepreblocks }}}
30                 </div>
31             </div>
32             {{{ sidepostblocks }}}
33         </div>
34     </div>
35 </div>
36 <footer id="page-footer" class="p-y-1">
37     <div class="container-fluid">
38         <div id="course-footer">{{{ output.course_footer }}}</div>
40         {{# output.page_doc_link }}
41             <p class="helplink">{{{ output.page_doc_link }}}</p>
42         {{/ output.page_doc_link }}
44         {{{ output.login_info }}}
45         {{{ output.home_link }}}
46         {{{ output.standard_footer_html }}}
47         {{{ output.standard_end_of_body_html }}}
48     </div>
49 </footer>
51 </body>
52 </html>
53 {{#js}}
54 require(['theme_noname/loader'], function() {});
55 {{/js}}