]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/default/_top.twig
embed themes
[github/wallabag/wallabag.git] / themes / default / _top.twig
1 <header class="w600p center mbm">
2 <h1>
3 {% if view == 'home' %}{% block logo %}<img src="{{ poche_url }}/themes/{{ constant('DEFAULT_THEME') }}/img/logo.png" alt="logo poche" />{% endblock %}
4 {% else %}<a href="./" title="{% trans "back to home" %}" >{{ block('logo') }}</a>
5 {% endif %}
6 </h1>
7 </header>