mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
6 lines
No EOL
305 B
Twig
6 lines
No EOL
305 B
Twig
{{ messages | raw }}
|
|
{% if view == 'home' %}
|
|
<div class="messages information">
|
|
<p><a href="http://doc.wallabag.org">wallabag v2 is out, please read the documentation to upgrade.</a></p>
|
|
</div>
|
|
{% endif %} |