]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/courgette/error.twig
4d4db1f31f81b8a6f02be4d03f073aa6b361f9e3
[github/wallabag/wallabag.git] / themes / courgette / error.twig
1 {% extends "layout.twig" %}
2 {% block title %}{% trans "plop" %}{% endblock %}
3 {% block content %}
4 {{ msg|raw }}
5 <p>Don't forget <a href="http://doc.wallabag.org">the documentation</a>.</p>
6 {% endblock %}