{{!
    // 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 <http://www.gnu.org/licenses/>.

    /**
     * @package    theme_enlightlite
     * @copyright  2015 onwards LMSACE Dev Team (http://www.lmsace.com)
     * @authors    LMSACE Dev Team
     * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
     */
}}
<footer id="site-footer">
    {{# footermain }}
    <div class="footer-main">
        <div class="bgtrans-overlay"></div><!--Overlay transparent bg layer-->
        <div class="container footer-main-wrap">
            <div class="row {{{footerb1 }}}">
                {{# footerb1}}
                <div class="{{ colClass }}">
                    <h6>{{{ fb1title }}}</h6>
                    <div class="footer-links">

                        {{{ footerblink1 }}}

                    </div>
                </div>
                {{/ footerb1}}

                {{# footerb2}}
                <div class="{{ colClass }}">
                    <h6> {{{ fb2title }}} </h6>
                    <div class="footer-links">
                        <ul>
                        {{{ footerblink2 }}}
                        </ul>
                    </div>
                </div>
                {{/ footerb2}}

                {{# footerb3}}
                    <div class="{{ colClass }}">
                        <h6>{{{ fb3title }}}</h6>
                        <div class="footer-links">
                            <ul>
                                {{{ footerblink3 }}}
                            </ul>
                        </div>
                    </div>
                {{/ footerb3}}

                {{# footerb4}}
                    <div class="{{ colClass }}">
                        <h6> {{{ fb4title }}} </h6>
                        {{{footerAddress}}}
                        <div class="social-media {{footericonclass}}">
                            <ul>
                                {{{ social_links }}}
                            </ul>
                            <div class="clearfix"></div>
                        </div>
                    </div>
                {{/ footerb4}}
            </div>
        </div>
    </div>
    {{/ footermain}}

    {{# copyright}}
    <div class="footer-bottom">
        <div class="container">
        <p>{{{copyright}}}</p>
      </div>
    </div>
    {{/ copyright}}

</footer>
<!--E.O.Footer-->
 {{{ output.standard_footer_html }}}
 {{{ output.standard_end_of_body_html }}}



{{#js}}
require(['theme_boost/loader']);
require(['theme_boost/drawer'], function(mod) {
    mod.init();
});
{{/js}}
