{% load i18n static admin_tabler %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_direction as direction %} {% get_admin_setting as admin_setting %} {% block title %}{% endblock title %} Tabler - Premium and Open Source dashboard template with responsive and high quality UI. {% block extrastyle %}{% endblock extrastyle %} {% include 'includes/head.html' %} {% block extrahead %}{% endblock extrahead %}
{% block navigation %} {% include 'includes/navigation.html' %} {% endblock navigation %} {% block sidebar %} {% include 'includes/sidebar.html' %} {% endblock sidebar %} {% block content %}{% endblock content %}
{% block modal %}{% endblock modal %} {% block scripts %} {% include 'includes/scripts.html' %} {% endblock scripts %} {% block extrajs %}{% endblock extrajs %}