]> git.immae.eu Git - github/wallabag/wallabag.git/blob - tpl/error.twig
resolve conflicts
[github/wallabag/wallabag.git] / tpl / 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://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
6 {% endblock %}