]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/error.twig
Revert "Add SHAARLI support to view template"
[github/wallabag/wallabag.git] / tpl / error.twig
CommitLineData
4a291288
NL
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 %}