{% load static %} {% load i18n %} {% load webpack_static from webpack_loader %} {% load render_bundle from webpack_loader %} {% if use_livereload %} {% endif %} {% block title %}{{ app_settings.APP_NAME }} - {% endblock title %} {% block css %} {% render_bundle 'css/arches' 'css' %} {% render_bundle 'css/core' 'css' %} {% if app_settings.ACTIVE_LANGUAGE_DIR == "rtl" %} {% render_bundle 'css/rtl' 'css' %} {% endif %} {% if app_settings.ACCESSIBILITY_MODE %} {% render_bundle 'css/accessibility' 'css' %} {% endif %} {% render_bundle 'css/package' 'css' %} {% render_bundle 'css/project' 'css' %} {% endblock css %} {% block loading_mask %}
{% endblock loading_mask %} {% block body %} {% endblock body %} {% block javascript %} {% block pre_require_js %} {% endblock pre_require_js %} {% include 'javascript.htm' %} {% if main_script %} {% endif %} {% if app_settings.GOOGLE_ANALYTICS_TRACKING_ID != None %} {% endif %} {% endblock javascript %}