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.
10 lines
358 B
10 lines
358 B
2 years ago
|
{{!
|
||
|
@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>
|