wallabag/themes/default/_top.twig

8 lines
401 B
Twig
Raw Normal View History

2013-10-03 12:10:44 +00:00
<header class="w600p center mbm">
<h1>
2014-02-23 08:50:11 +00:00
{% if view == 'home' %}{% block logo %}<img width="100" height="100" src="{{ poche_url }}/themes/baggy/img/logo-other_themes.png" alt="logo poche" />{% endblock %}
2013-12-15 05:18:26 +00:00
{% else %}<a href="./" title="{% trans "return home" %}" >{{ block('logo') }}</a>
2013-10-03 12:10:44 +00:00
{% endif %}
</h1>
2013-12-15 05:18:26 +00:00
</header>