{#==========================================
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 %}