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