{{! 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 theme_moove/frontpage_marketing Blocks drawer template Example context (json): { "shoulddisplaymarketing": true, "marketing1icon": "https://iconurl...", "marketing1heading": "The head title", "marketing1subheading": "The subhead title", "marketing1content": "The content", "marketing1url": "https://marketingurl..." } }} {{#shoulddisplaymarketing}}

{{{ marketing1heading }}}

{{{ marketing1subheading }}}

{{{ marketing1content }}}

{{#marketing1url}}{{#str}}readmore, theme_moove{{/str}}{{/marketing1url}}

{{{ marketing2heading }}}

{{{ marketing2subheading }}}

{{{ marketing2content }}}

{{#marketing2url}}{{#str}}readmore, theme_moove{{/str}}{{/marketing2url}}

{{{ marketing3heading }}}

{{{ marketing3subheading }}}

{{{ marketing3content }}}

{{#marketing3url}}{{#str}}readmore, theme_moove{{/str}}{{/marketing3url}}

{{{ marketing4heading }}}

{{{ marketing4subheading }}}

{{{ marketing4content }}}

{{#marketing4url}}{{#str}}readmore, theme_moove{{/str}}{{/marketing4url}}
{{/shoulddisplaymarketing}}