aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/_top.twig
blob: dc20081e9151cc340512e63aa7e4df75b373338e (plain) (blame)
1
2
3
4
5
6
7
        <header class="w600p center mbm">
            <h1>
                {% if view == 'home' %}{% block logo %}<img src="./tpl/img/logo.png" alt="logo poche" />{% endblock %}
                {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
                {% endif %}
            </h1>
        </header>