moodle/theme/boost/templates/embedded.mustache
2016-09-23 10:57:13 +01:00

23 lines
594 B
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 }}}>
{{{ output.standard_top_of_body_html }}}
<div id="page">
<div id="page-content">
{{{ output.main_content }}}
</div>
</div>
{{{ output.standard_end_of_body_html }}}
</body>
</html>
{{#js}}
require(['theme_boost/loader'], function() {});
{{/js}}