<header class="w600p center mbm"> <h1> {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.svg" alt="logo poche" />{% endblock %} {% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a> {% endif %} </h1> </header>