{% load static custom_tags %} {{ ic_array.public.title }} {% for cssurl in ic_array.pagelevel.hexabox.hexabox_views.css|getdata:request.path %} {% endfor %} {% for cssurl in ic_array.global.css %} {% endfor %} {% block additional_css %} {% endblock %}
{% include 'hexabox/elements/nav-header.html' %} {% include 'hexabox/elements/chatbox.html' %} {% include 'hexabox/elements/header.html' %} {% include 'hexabox/elements/sidebar.html' %}
{% include 'hexabox/elements/breadcrumb.html' %} {% block content %} {% endblock %}
{% include 'hexabox/elements/footer.html' %}
{% for jsurl in ic_array.global.js.top %} {% endfor %} {% for jsurl in ic_array.pagelevel.hexabox.hexabox_views.js|getdata:request.path %} {% endfor %} {% for jsurl in ic_array.global.js.bottom %} {% endfor %} {% block additional_js %} {% endblock %}