%- style %>
CMS.HAILearning
Main
|
Home
Homepage
Header & Menu
Footer
About
About us
Safety
FAQ
Insurance
Travel
Terms & Conditions
Services
Service
Activity & Booking
Blog
Visa
Contact Us
Appointment
Pricing
<% if (locals.user) { %>
Dashboard
Logout
<% } else { %>
Login
<% } %>
<% if(typeof success_msg !=='undefined' || typeof error_msg !=='undefined' || typeof error !=='undefined' ) { %>
<%- JSON.stringify({ success_msg: typeof success_msg !=='undefined' && success_msg ? success_msg : null, error_msg: typeof error_msg !=='undefined' && error_msg ? error_msg : null, error: typeof error !=='undefined' && error ? error : null }) %>
<% } %> <%- body %>
<%- script %>