{#========================================== TimeZone Cookie script. Set early since we use "true" so the page is quickly reloaded the first time the cookie is set! ==========================================#} {{ timeZoneCookie(true) }} {#========================================== Google Analytics ==========================================#} {#========================================== Header ==========================================#} {% include "./header.html" %} {#========================================== Body block ==========================================#} {% block body %}{% endblock %} {#========================================== Footer ==========================================#} {% include "./footer.html" %} {#========================================== Global js ==========================================#} {#========================================== Page specific scripts ==========================================#} {% block scripts %}{% endblock %} {#========================================== Alerts ==========================================#} {% if spincast.alerts is not empty | default(false) %} {% endif %}