{% load appearance_bootstrap_tags %}
{% load appearance_tags %}
{% load static %}
{% appearance_app_template_cache_disable %}
{% appearance_get_theme as appearance_theme %}
{% appearance_bootstrap_text_direction_get as appearance_text_direction %}
{% if appearance_theme %}
{% if appearance_text_direction == 'rtl' %}
{% else %}
{% endif %}
{% endif %}