]> git.immae.eu Git - github/wallabag/wallabag.git/blob - tpl/error.twig
Revert "Add SHAARLI support to view template"
[github/wallabag/wallabag.git] / tpl / error.twig
1 {% extends "layout.twig" %}
2 {% block title %}{% trans "error" %}{% endblock %}
3 {% block content %}
4 <h1>error</h1>
5 <p>{{ msg|raw }}</p>
6 <p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
7 {% endblock %}