{{! This file is part of Moodle - http://moodle.org/ Moodle is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Moodle is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Moodle. If not, see . }} {{! @template format_tiles/single_section Single Section content template. The purpose of this template is to render the content of a single section (i.e. the contents of one "tile" represeting a course topic". This is a separate template because it is called from externallib.php (i.e. from web service via JS) as well as being called from other templates (i.e. single_section_page) when rendering from PHP Classes required for JS: * none Data attributes required for JS: * none Context variables required for this template: * courseid * previous_tile_id * next_tile_id Example context (json): { "tileid": 4, "courseid": 66, "previous_tile_id": 3, "next_tile_id": 5 } }}