The base template must include all the assets commented with
mandatory for all pagesin order to get the layout functioning properly. The custom assets commented with
used for this page onlycan be skipped depending on project requirements and the assets includes must follow the below order:
<html><!--begin::Head--><head><!--begin::Fonts(mandatory for all pages)--><linkrel="stylesheet"href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700"/><!--end::Fonts--><!--begin::Vendor Stylesheets(used for this page only)--><linkhref="assets/plugins/custom/fullcalendar/fullcalendar.bundle.css"rel="stylesheet"type="text/css"/><linkhref="assets/plugins/custom/datatables/datatables.bundle.css"rel="stylesheet"type="text/css"/><!--end::Vendor Stylesheets--><!--begin::Global Stylesheets Bundle(mandatory for all pages)--><linkhref="assets/plugins/global/plugins.bundle.css"rel="stylesheet"type="text/css"/><linkhref="assets/css/style.bundle.css"rel="stylesheet"type="text/css"/><!--end::Global Stylesheets Bundle--></head><!--end::Head--><!--begin::Body--><body><!--begin::Javascript--><!--begin::Global Javascript Bundle(mandatory for all pages)--><scriptsrc="assets/plugins/global/plugins.bundle.js"></script><scriptsrc="assets/js/scripts.bundle.js"></script><!--end::Global Javascript Bundle--><!--begin::Vendors Javascript(used for this page only)--><scriptsrc="assets/plugins/custom/fullcalendar/fullcalendar.bundle.js"></script><!--end::Vendors Javascript--><!--begin::Custom Javascript(used for this page only)--><scriptsrc="assets/js/widgets.bundle.js"></script><scriptsrc="assets/js/custom/widgets.js"></script><scriptsrc="assets/js/custom/apps/chat/chat.js"></script><scriptsrc="assets/js/custom/utilities/modals/upgrade-plan.js"></script><scriptsrc="assets/js/custom/utilities/modals/create-app.js"></script><scriptsrc="assets/js/custom/utilities/modals/new-target.js"></script><scriptsrc="assets/js/custom/utilities/modals/users-search.js"></script><!--end::Custom Javascript--><!--end::Javascript--></body><!--end::Body--></html>