Proyectos de Subversion Moodle

Rev

Rev 258 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{{!
2
    This file is part of Moodle - http://moodle.org/
3
 
4
    Moodle is free software: you can redistribute it and/or modify
5
    it under the terms of the GNU General Public License as published by
6
    the Free Software Foundation, either version 3 of the License, or
7
    (at your option) any later version.
8
 
9
    Moodle is distributed in the hope that it will be useful,
10
    but WITHOUT ANY WARRANTY; without even the implied warranty of
11
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
    GNU General Public License for more details.
13
 
14
    You should have received a copy of the GNU General Public License
15
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
}}
17
{{!
18
    Context variables required for this template:
19
    * sitename - The name of the site
20
    * output - The core renderer for the page
21
    * bodyattributes - attributes for the body tag as a string of html attributes
22
    * sidepreblocks - HTML for the blocks
23
    * hasblocks - true if there are blocks on this page
24
    * navdraweropen - true if the nav drawer should be open on page load
25
    * regionmainsettingsmenu - HTML for the region main settings menu
26
    * hasregionmainsettingsmenu - There is a region main settings menu on this page.
27
 
28
    Example context (json):
29
    {
30
        "sitename": "Moodle",
31
        "output": {
32
            "doctype": "<!DOCTYPE html>",
33
            "page_title": "Test page",
34
            "favicon": "favicon.ico",
35
            "main_content": "<h1>Headings make html validators happier</h1>"
36
         },
37
        "bodyattributes":"",
38
        "sidepreblocks": "<h2>Blocks html goes here</h2>",
39
        "hasblocks":true,
40
        "navdraweropen":true,
41
        "regionmainsettingsmenu": "",
42
        "hasregionmainsettingsmenu": false
43
    }
44
}}
45
{{> theme_universe/head }}
46
 
47
<body {{{ bodyattributes }}}>
48
 
49
    {{> core/local/toast/wrapper}}
50
 
51
    <div id="page-wrapper" class="d-print-block {{#output.courseheadermenu}}rui--course-with-nav{{/output.courseheadermenu}} {{^output.courseheadermenu}}rui--course-witout-nav{{/output.courseheadermenu}}">
52
 
53
        {{{ output.standard_top_of_body_html }}}
54
        {{^hidecourseindexnav}}
55
        {{#courseindex}}
56
            {{< theme_universe/drawer }}
57
                {{$id}}universe-drawers-courseindex{{/id}}
58
                {{$drawerheadercontent}}
59
                    {{> theme_universe/courseindexdrawercontrols}}
60
                {{/drawerheadercontent}}
61
                {{$drawerclasses}}drawer drawer-left {{#courseindexopen}}show{{/courseindexopen}}{{/drawerclasses}}
62
                {{$drawercontent}}
63
                    {{{ output.display_course_progress }}}
64
                    {{{courseindex}}}
65
                {{/drawercontent}}
66
                {{$drawerpreferencename}}drawer-open-index{{/drawerpreferencename}}
67
                {{$drawerstate}}show-drawer-left{{/drawerstate}}
68
                {{$tooltipplacement}}right{{/tooltipplacement}}
69
                {{$drawercloseonresize}}1{{/drawercloseonresize}}
70
                {{$closebuttontext}}{{#str}}closecourseindex, core{{/str}}{{/closebuttontext}}
71
            {{/ theme_universe/drawer}}
72
        {{/courseindex}}
73
        {{/hidecourseindexnav}}
1441 ariadna 74
        {{#hasblocks}}
75
            {{< theme_universe/drawer }}
76
                {{$id}}universe-drawers-blocks{{/id}}
77
                {{$drawerclasses}}drawer drawer-right{{#blockdraweropen}} show{{/blockdraweropen}}{{/drawerclasses}}
78
                {{$drawercontent}}
79
                    <section class="d-print-none" aria-label="{{#str}}blocks{{/str}}">
80
                        {{{ addblockbutton }}}
81
                        {{{ sidepreblocks }}}
82
                    </section>
83
                {{/drawercontent}}
84
                {{$drawerpreferencename}}drawer-open-block{{/drawerpreferencename}}
85
                {{$forceopen}}{{#forceblockdraweropen}}1{{/forceblockdraweropen}}{{/forceopen}}
86
                {{$drawerstate}}show-drawer-right{{/drawerstate}}
87
                {{$tooltipplacement}}left{{/tooltipplacement}}
88
                {{$drawercloseonresize}}1{{/drawercloseonresize}}
89
                {{$closebuttontext}}{{#str}}closeblockdrawer, core{{/str}}{{/closebuttontext}}
90
            {{/ theme_universe/drawer}}
91
        {{/hasblocks}}
1 efrain 92
 
93
        {{> theme_universe/navbar }}
94
        <div id="page" data-region="mainpage" data-usertour="scroller" class="drawers {{#topbarcustomhtml}}topbar--ext{{/topbarcustomhtml}} {{#courseindexopen}}show-drawer-left{{/courseindexopen}} {{#blockdraweropen}}show-hidden-drawer show-drawer-right{{/blockdraweropen}} {{#blockdraweropen}}show-drawer-right{{/blockdraweropen}}  drag-container">
95
 
96
            <div id="topofscroll" class="main-inner">
97
 
98
                <div class="drawer-toggles d-flex">
99
                    {{#courseindex}}
1441 ariadna 100
                        <div id="courseIndexBtn" class="drawer-toggler drawer-left-toggle open-nav d-print-none">
1 efrain 101
                            <button
102
                                class="btn-drawer btn-drawer--left drawertoggle"
103
                                data-toggler="drawers"
104
                                data-action="toggle"
105
                                data-target="universe-drawers-courseindex"
1441 ariadna 106
                                data-bs-toggle="tooltip"
107
                                data-bs-placement="right"
1 efrain 108
                                title="{{#str}}opendrawerindex, core{{/str}}"
109
                            >
110
                                <span class="sr-only">{{#str}}opendrawerindex, core{{/str}}</span>
111
                                <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.99519C2 5.44556 2.44556 5 2.99519 5H11.0048C11.5544 5 12 5.44556 12 5.99519C12 6.54482 11.5544 6.99039 11.0048 6.99039H2.99519C2.44556 6.99039 2 6.54482 2 5.99519Z" fill="currentColor" /><path d="M2 11.9998C2 11.4501 2.44556 11.0046 2.99519 11.0046H21.0048C21.5544 11.0046 22 11.4501 22 11.9998C22 12.5494 21.5544 12.9949 21.0048 12.9949H2.99519C2.44556 12.9949 2 12.5494 2 11.9998Z" fill="currentColor" /><path d="M2.99519 17.0096C2.44556 17.0096 2 17.4552 2 18.0048C2 18.5544 2.44556 19 2.99519 19H15.0048C15.5544 19 16 18.5544 16 18.0048C16 17.4552 15.5544 17.0096 15.0048 17.0096H2.99519Z" fill="currentColor" /></svg>
112
                            </button>
113
                        </div>
114
                    {{/courseindex}}
1441 ariadna 115
                    {{#hasblocks}}
116
                        <div id="sidepreopen-control" class="drawer-toggler drawer-right-toggle ml-auto d-print-none">
117
                            <button
118
                                class="btn border-0 icon-no-margin drawertoggle btn-close-drawer--right"
119
                                data-toggler="drawers"
120
                                data-action="toggle"
121
                                data-target="universe-drawers-blocks"
122
                                data-bs-toggle="tooltip"
123
                                data-bs-placement="right"
124
                                title="{{#str}}opendrawerblocks, core{{/str}}"
125
                            >
126
                                <span class="sr-only">{{#str}}opendrawerblocks, core{{/str}}</span>
127
                                <span class="dir-rtl-hide">
128
                                    <svg width="20" height="20" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
129
                                        <g transform="matrix(1,0,0,1,-2,0)">
130
                                            <path d="M18.333,15L18.333,5C18.333,3.629 17.205,2.5 15.833,2.5L14.167,2.5C12.795,2.5 11.667,3.629 11.667,5L11.667,15C11.667,16.371 12.795,17.5 14.167,17.5L15.833,17.5C17.205,17.5 18.333,16.371 18.333,15Z" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:1.67px;" />
131
                                        </g>
132
                                        <g transform="matrix(1,0,0,1,-2,0)">
133
                                            <path d="M11.667,10L5,10M5,10L7.5,7.5M5,10L7.5,12.5" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:1.25px;stroke-linecap:round;stroke-linejoin:round;" />
134
                                        </g>
135
                                    </svg>
136
                                </span>
137
                                <span class="dir-ltr-hide">
138
                                    <svg width="20" height="20" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;">
139
                                        <g transform="matrix(1,0,0,1,-2,0)">
140
                                            <path d="M18.333,15L18.333,5C18.333,3.629 17.205,2.5 15.833,2.5L14.167,2.5C12.795,2.5 11.667,3.629 11.667,5L11.667,15C11.667,16.371 12.795,17.5 14.167,17.5L15.833,17.5C17.205,17.5 18.333,16.371 18.333,15Z" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:1.67px;" />
141
                                        </g>
142
                                        <g transform="matrix(1,0,0,1,-2,0)">
143
                                            <path d="M11.667,10L5,10M5,10L7.5,7.5M5,10L7.5,12.5" style="fill:none;fill-rule:nonzero;stroke:currentColor;stroke-width:1.25px;stroke-linecap:round;stroke-linejoin:round;" />
144
                                        </g>
145
                                    </svg>
146
                                </span>
147
                            </button>
148
                        </div>
149
                    {{/hasblocks}}
1 efrain 150
                </div>
151
 
152
                <div id="page-content" class="page-content wrapper-fw">
153
 
154
                    <div id="region-main-box" class="region-main-wrapper">
155
 
156
                        <section id="region-main" aria-label="{{#str}}content{{/str}}">
157
                            <div class="rui-blocks-wrapper wrapper--with-margin wrapper-xl">
158
 
159
                                <div class="wrapper-course wrapper-page">
160
                                    {{{ output.breadcrumbs }}}
161
                                    {{{coursepageinformationbanners}}}
162
 
163
                                    {{#secondarymoremenu}}
164
                                    <div class="secondary-navigation d-print-none">
165
                                        {{> core/course-moremenu}}
166
                                    </div>
167
                                    {{/secondarymoremenu}}
168
 
169
                                    {{#courseimagecontent}}
170
                                        {{#output.course_hero}}
171
                                            <div class="rui-course-cover {{#courseimagefw}}rui-course-cover--fw{{/courseimagefw}} {{coursecoverstyle}} mb-3 d-print-none" style="background-image: url('{{{ output.course_hero }}}');" alt="{{#str}}courseoverviewfiles, moodle {{/str}}"></div>
172
                                        {{/output.course_hero}}
173
                                    {{/courseimagecontent}}
174
 
175
                                    {{#hasregionmainsettingsmenu}}
176
                                        <div class="region_main_settings_menu_proxy"></div>
177
                                    {{/hasregionmainsettingsmenu}}
178
                                    {{{ output.course_content_header }}}
179
                                    {{#headercontent}}
180
                                        {{> core/activity_header }}
181
                                    {{/headercontent}}
182
                                    {{#overflow}}
183
                                        <div class="container-fluid tertiary-navigation">
184
                                            <div class="navitem">
185
                                                {{> core/url_select}}
186
                                            </div>
187
                                        </div>
188
                                    {{/overflow}}
189
 
190
                                    {{#coursetablayout}}
191
                                        <div class="rui-course-nav-wrapper">
192
                                            <div class="moremenu navigation">
193
                                                <ul class="rui-course-nav nav nav-tabs" id="courseTab" role="tablist">
1441 ariadna 194
                                                    {{^disabletab1}}
1 efrain 195
                                                    <li class="nav-item" role="presentation">
196
                                                        <a href="#courseTabContent"
1441 ariadna 197
                                                            class="nav-link {{^istab2active}}active active_tree_node{{/istab2active}}" id="course-tab1" data-bs-toggle="tab" data-target="#tab1" type="button" role="tab" aria-controls="tab1" {{^istab2active}}aria-selected="true"{{/istab2active}} {{#istab2active}}aria-selected="false"{{/istab2active}}>
1 efrain 198
                                                            {{{titlecoursetab1}}}
199
                                                        </a>
200
                                                    </li>
1441 ariadna 201
                                                    {{/disabletab1}}
1 efrain 202
                                                    <li class="nav-item" role="presentation">
1441 ariadna 203
                                                        <a href="#tab2" class="nav-link {{^disabletab1}}{{#istab2active}}active active_tree_node{{/istab2active}}{{/disabletab1}} {{#disabletab1}}active active_tree_node{{/disabletab1}}" id="course-tab2" data-bs-toggle="tab" data-target="#tab2" type="button" role="tab" aria-controls="tab2" {{#istab2active}}aria-selected="true"{{/istab2active}} {{^istab2active}}aria-selected="false"{{/istab2active}}>
1 efrain 204
                                                            {{{titlecoursetab2}}}
205
                                                        </a>
206
                                                    </li>
207
                                                    <li class="nav-item" role="presentation">
1441 ariadna 208
                                                        <a href="#tab3" class="nav-link" id="course-tab3" data-bs-toggle="tab" data-target="#tab3" type="button" role="tab" aria-controls="tab3" aria-selected="false">
1 efrain 209
                                                            {{{titlecoursetab3}}}
210
                                                        </a>
211
                                                    </li>
212
                                                    <li class="nav-item" role="presentation">
1441 ariadna 213
                                                        <a href="#tab4" class="nav-link" id="course-tab4" data-bs-toggle="tab" data-target="#tab4" type="button" role="tab" aria-controls="tab4" aria-selected="false">
1 efrain 214
                                                            {{{titlecoursetab4}}}
215
                                                        </a>
216
                                                    </li>
217
                                                    <li class="nav-item" role="presentation">
1441 ariadna 218
                                                        <a href="#tab5" class="nav-link" id="course-tab5" data-bs-toggle="tab" data-target="#tab5" type="button" role="tab" aria-controls="tab5" aria-selected="false">
1 efrain 219
                                                            {{{titlecoursetab5}}}
220
                                                        </a>
221
                                                    </li>
222
                                                    <li role="none" class="dropdown dropdownmoremenu morebutton d-none" data-region="morebutton">
1441 ariadna 223
                                                        <a class="btn btn-icon btn--more nav-link p-0 {{#isactive}}active{{/isactive}}" href="#" id="moremenu-dropdown-topbar" role="{{#istablist}}tab{{/istablist}}{{^istablist}}menuitem{{/istablist}}" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" tabindex="-1">
1 efrain 224
                                                            <svg width="24" height="24" fill="none" viewBox="0 0 24 24">
225
                                                                <path fill="currentColor" d="M13 12C13 12.5523 12.5523 13 12 13C11.4477 13 11 12.5523 11 12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12Z"></path>
226
                                                                <path fill="currentColor" d="M13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8Z"></path>
227
                                                                <path fill="currentColor" d="M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15C12.5523 15 13 15.4477 13 16Z"></path>
228
                                                            </svg>
229
                                                        </a>
230
                                                        <ul class="dropdown-menu dropdown-menu-left" data-region="moredropdown" aria-labelledby="moremenu-dropdown-topbar" role="menu">
231
                                                        </ul>
232
                                                    </li>
233
                                                </ul>
234
                                            </div>
235
                                        </div>
236
                                        {{#js}}
237
                                            require(['core/moremenu'], function(moremenu) {
238
                                            moremenu(document.querySelector('#courseTab'));
239
                                            });
240
                                        {{/js}}
241
 
242
                                        {{#hasctopbl}}
243
                                        <div class="wrapper-fw">
244
                                            <section id="ctopbl" data-region="tmpl-course-blocks" class="rui-blocks-area">
245
                                                {{{ ctopbl }}}
246
                                            </section>
247
                                        </div>
248
                                        {{/hasctopbl}}
249
 
250
                                        <div class="tab-content" id="courseTabContent">
1441 ariadna 251
                                            {{^disabletab1}}
1 efrain 252
                                            <div class="tab-pane fade {{^istab2active}}show active{{/istab2active}}" id="tab1" role="tabpanel" aria-labelledby="course-tab1">
253
                                                {{#ipcourseimage}}
254
                                                    {{#output.course_hero}}
255
                                                        <div class="rui-course-cover {{#courseimagefw}}rui-course-cover--fw{{/courseimagefw}} {{coursecoverstyle}} mb-3" style="background-image: url('{{{ output.course_hero }}}');"></div>
256
                                                    {{/output.course_hero}}
257
                                                {{/ipcourseimage}}
258
                                                {{{ output.full_header }}}
259
                                                {{{ coursetab-a }}}
260
                                                {{{ coursetab1content }}}
261
 
262
                                            </div>
1441 ariadna 263
                                            {{/disabletab1}}
264
                                            <div class="tab-pane fade {{^disabletab1}}{{#istab2active}}show active{{/istab2active}}{{/disabletab1}} {{#disabletab1}}show active{{/disabletab1}}" id="tab2" role="tabpanel" aria-labelledby="course-tab2">
1 efrain 265
                                                <div class="wrapper-fw">
266
 
1441 ariadna 267
                                                    {{#disabletab1}}
268
                                                        {{#ipcourseimage}}
269
                                                            {{#output.course_hero}}
270
                                                                <div class="rui-course-cover {{#courseimagefw}}rui-course-cover--fw{{/courseimagefw}} {{coursecoverstyle}} mb-3" style="background-image: url('{{{ output.course_hero }}}');"></div>
271
                                                            {{/output.course_hero}}
272
                                                        {{/ipcourseimage}}
273
                                                        {{{ output.full_header }}}
274
                                                        {{{ coursetab-a }}}
275
                                                    {{/disabletab1}}
276
 
1 efrain 277
                                                    {{#hascstopbl}}
278
                                                        <section id="cstopbl" data-region="tmpl-course-blocks" class="rui-blocks-area wrapper-xl">
279
                                                            {{{ cstopbl }}}
280
                                                        </section>
281
                                                    {{/hascstopbl}}
282
 
283
                                                    {{{ coursetab2content }}}
284
 
285
                                                    {{{ output.main_content }}}
286
                                                    {{{ coursetab-b }}}
287
 
288
                                                    {{#hascsbottombl}}
289
                                                        <section id="csbottombl" data-region="tmpl-course-blocks" class="rui-blocks-area wrapper-xl">
290
                                                            {{{ csbottombl }}}
291
                                                        </section>
292
                                                    {{/hascsbottombl}}
293
                                                </div>
294
                                            </div>
295
                                            <div class="tab-pane fade" id="tab3" role="tabpanel" aria-labelledby="course-tab3">
296
                                                <div class="wrapper-fw">
297
                                                    {{{ coursetab3content }}}
298
                                                    {{{ coursetab-c }}}
299
                                                </div>
300
                                            </div>
301
                                            <div class="tab-pane fade" id="tab4" role="tabpanel" aria-labelledby="course-tab4">
302
                                                <div class="wrapper-fw">
303
                                                    {{{ coursetab4content }}}
304
                                                    {{{ coursetab-d }}}
305
                                                </div>
306
                                            </div>
307
                                            <div class="tab-pane fade" id="tab5" role="tabpanel" aria-labelledby="course-tab5">
308
                                                <div class="wrapper-fw {{# output.course_contacts }}rui-list--gap {{/ output.course_contacts }}">
309
                                                    {{{ coursetab5content }}}
310
                                                    {{{ coursetab-e }}}
311
 
312
                                                    {{#cccteacherslist}}{{{ output.course_contacts }}}{{/cccteacherslist}}
313
                                                </div>
314
                                            </div>
315
                                        </div>
316
 
317
                                    {{/coursetablayout}}
318
 
319
                                    {{^coursetablayout}}
320
 
321
                                        {{{ output.full_header }}}
322
 
323
                                        {{#ipcourseimage}}
324
                                            {{#output.course_hero}}
325
                                                <div class="rui-course-cover my-3" style="background-image: url('{{{ output.course_hero }}}');"></div>
326
                                            {{/output.course_hero}}
327
                                        {{/ipcourseimage}}
328
 
329
                                        {{#hascstopbl}}
330
                                            <section id="cstopbl" data-region="tmpl-course-blocks" class="rui-blocks-area mt-4">
331
                                                {{{ cstopbl }}}
332
                                            </section>
333
                                        {{/hascstopbl}}
334
 
335
                                        {{{ output.main_content }}}
336
 
337
                                        {{#hascsbottombl}}
338
                                            <div>
339
                                                <section id="csbottombl" data-region="tmpl-course-blocks" class="rui-blocks-area">
340
                                                    {{{ csbottombl }}}
341
                                                </section>
342
                                            </div>
343
                                        {{/hascsbottombl}}
344
 
345
                                    {{/coursetablayout}}
346
 
347
                                    {{{ output.activity_navigation }}}
348
                                    {{{ output.course_content_footer }}}
349
 
350
                                </div>
351
 
352
                            </div>
353
                        </section>
354
 
355
                    </div>
356
 
357
                    {{#hascbottombl}}
358
                        <div class="wrapper-fw">
359
                            <section id="cbottombl" data-region="tmpl-course-blocks" class="rui-blocks-area wrapper--with-margin wrapper-xl">
360
                                {{{ cbottombl }}}
361
                            </section>
362
                        </div>
363
                    {{/hascbottombl}}
364
 
365
                </div>
366
 
367
            </div>
368
 
369
            {{> theme_universe/footer }}
370
 
371
        </div>
372
 
373
        {{{ output.standard_after_main_region_html }}}
374
 
375
    </div>
376
 
377
    <script>
378
        // Get all elements with class "rui-modprogress"
379
        var progressDivs = document.querySelectorAll('.rui-modprogress');
380
 
381
        // Iterate over each div element
382
        progressDivs.forEach(function(div) {
383
            // Extract the text content from the div
384
            var textContent = div.textContent.trim();
385
 
386
            // Extract only numbers using regular expression
387
            var numbers = textContent.match(/\d+/g);
388
 
389
            // Check if numbers are extracted successfully
390
            if (numbers && numbers.length === 2) {
391
                // Split the value before and after the "/" character
392
                var beforeSlash = numbers[0];
393
                var afterSlash = numbers[1];
394
 
395
                // Update count-completed-value and count-total-value
396
                var parentDiv = div.closest('.section-summary-activities');
397
                var completedSpan = parentDiv.querySelector('.count-completed-value');
398
                var totalSpan = parentDiv.querySelector('.count-total-value');
399
 
400
                // Calculate the percentage of completion
401
                var percentage = (beforeSlash / afterSlash) * 100;
402
 
403
                // Update aria-valuenow attribute
404
                var progressBar = parentDiv.querySelector('.rui-progress-bar');
405
                if (progressBar) {
406
                    progressBar.setAttribute('aria-valuenow', percentage);
407
                    progressBar.style.width = percentage + "%";
408
                }
409
 
410
                if (completedSpan && totalSpan) {
411
                    completedSpan.textContent = beforeSlash;
412
                    totalSpan.textContent = afterSlash;
413
                }
414
 
415
            } else {
416
                console.error("Error: Failed to extract numbers from the div with ID:", div.id);
417
            }
418
        });
419
    </script>
420
 
421
</body>
422
 
423
</html>
424
{{#js}}
1441 ariadna 425
    M.util.js_pending('theme_boost/loader');
426
    require(['theme_boost/loader', 'theme_universe/drawer'], function(Loader, Drawer) {
1 efrain 427
    Drawer.init();
1441 ariadna 428
    M.util.js_complete('theme_boost/loader');
1 efrain 429
    });
430
{{/js}}