Template mustache Javascript

Template mustache Javascript

by Everton Leandro Baroni -
Number of replies: 1

I created a theme based on boost using https://moodle.org/plugins/tool_pluginskel

in template, I try it but doesn't work:


<footer>

{{#js}}

  alert('test!");

{{/js}}

</footer>


Output:

<footer></footer>


If i try include this same code in template from another theme, it works.

What is missing?

Average of ratings: -
In reply to Everton Leandro Baroni

Re: Template mustache Javascript

by Colin Perepelken -
Make sure on your Moodle site you have selected your new theme as the site theme. Also, what template file are you editing? Because some templates are only used on certain pages.