You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
358 B
9 lines
358 B
{{!
|
|
@template theme_boost/nav-drawer
|
|
|
|
|
|
Example context (json): {}
|
|
}}
|
|
<div id="nav-drawer" data-region="drawer" class="d-print-none moodle-has-zindex {{^navdraweropen}}closed{{/navdraweropen}}" aria-hidden="{{#navdraweropen}}false{{/navdraweropen}}{{^navdraweropen}}true{{/navdraweropen}}" tabindex="-1">
|
|
{{> theme_boost/flat_navigation }}
|
|
</div>
|
|
|