mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
44 lines
1 KiB
Text
44 lines
1 KiB
Text
{{{ output.doctype }}}
|
|
<html {{{ output.htmlattributes }}}>
|
|
<head>
|
|
<title>{{ output.page_title }}</title>
|
|
<link rel="shortcut icon" href="{{{ output.favicon }}}" />
|
|
{{{ output.standard_head_html }}}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<body {{{ output.body_attributes }}}>
|
|
|
|
<div id="page-wrapper">
|
|
|
|
{{{ output.standard_top_of_body_html }}}
|
|
|
|
<div id="page" class="container card">
|
|
|
|
<div class="row">
|
|
<div class="col-xs-12 p-y-1">
|
|
{{{ output.page_heading }}}
|
|
</div>
|
|
</div>
|
|
|
|
<div id="page-content" class="row">
|
|
<section id="region-main" class="col-xs-12">
|
|
{{{ output.main_content }}}
|
|
</section>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<footer id="page-footer" class="p-y-1 bg-inverse">
|
|
<div class="container">
|
|
{{{ output.standard_footer_html }}}
|
|
{{{ output.standard_end_of_body_html }}}
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|
|
{{#js}}
|
|
require(['theme_boost/loader'], function() {});
|
|
{{/js}}
|