{% load i18n static richmin admin_urls %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% get_richmin_settings request as richmin_settings %} {% get_richmin_ui_tweaks as richmin_ui %} {% block title %}{{ title }} | {{ richmin_settings.site_title }}{% endblock %} {% if richmin_ui.theme.name != 'default' %} {% endif %} {% if richmin_ui.dark_mode_theme %} {% endif %} {% if LANGUAGE_BIDI %} {% else %} {% endif %} {% if richmin_settings.custom_css %} {% endif %} {% if richmin_settings.use_google_fonts_cdn %} {% endif %} {% block extrastyle %} {% endblock %} {% block extrahead %} {% endblock %}
{% block content %} {% endblock %}
{% if richmin_settings.custom_js %} {% endif %}