]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/_top.twig
fixes with new session class
[github/wallabag/wallabag.git] / tpl / _top.twig
CommitLineData
6a361945 1 <header class="w600p center mbm">
876bb3af
N
2 <h1>
3 {% if view == 'home' %}{% block logo %}<img src="./tpl/img/logo.png" alt="logo poche" />{% endblock %}
4 {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
5 {% endif %}
6 </h1>
c67e13e0 7 </header>