June 2017
Beginner to intermediate
368 pages
8h 31m
English
This section only gives a very brief overview of Moodle templates. The templating technology employed is called Mustache (pronounced moo-stash not moo-starsh... and definitely not moo-stosh). For more details on Moodle's use of Mustache, check out the Moodle developer documentation at https://docs.moodle.org/dev/Templates.
To start, we need to create a new course overview template. In Eclipse, create a new folder called templates and, in that, a new file called course_overview.mustache:

As described in the documentation, a Mustache template is, essentially, an HTML script containing embedded variables. Here is the template used to ...
Read now
Unlock full access