{% extends "!layout.html" %}
{%- block extrahead %}
{% endblock %}
{% block sidebartitle %}
{% if logo and theme_logo_only %}
{% else %}
{{ project }}
{% endif %}
{% if logo %}
{# Not strictly valid HTML, but it's the only way to display/scale it properly, without weird scripting or heaps of work #}
{% endif %}