{% load static %} {% load i18n %} {% load theming_tags %} {% load custom_tags %} {% theme_values request as theme_values %} {% block title %} {% endblock %} {% if theme_values.custom_theme %} {% endif %} {% block extra_head %} {% endblock %} {% message_of_the_day request as message_of_the_day %} {% if message_of_the_day %}
{{ message_of_the_day | markdown |safe }}
{% endif %} {% if HOSTED and request.space.max_recipes == 10 %}
{% trans 'You are using the free version of Tandor' %} {% trans 'Upgrade Now' %}
{% endif %}
{% block content_xl_left %} {% endblock %}
{% for message in messages %}
{% endfor %} {% block content %} {% endblock %}
{% block content_xl_right %} {% endblock %}
{% block content_fluid %} {% endblock %} {% user_prefs request as prefs %} {{ prefs|json_script:'user_preference' }}
{% block script %} {% endblock script %}