{{ layout_data.title }}
{% if request.user.is_authenticated and request.user.style %}
{% endif %}
{% for ssheet in layout_data.stylesheets %}
{% endfor %}
{% for link, class in layout_data.logo_menu %}
{% endfor %}
{% if layout_data.logo_class %}
{% endif %}
{% if layout_data.maintitle %}
{% endif %}
{% for btntext, list in layout_data.dropdownleft %}