]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/error.twig
more verif while installing
[github/wallabag/wallabag.git] / tpl / error.twig
diff --git a/tpl/error.twig b/tpl/error.twig
new file mode 100644 (file)
index 0000000..84c3bc1
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "layout.twig" %}
+{% block title %}{% trans "error" %}{% endblock %}
+{% block content %}
+    <h1>error</h1>
+        <p>{{ msg|raw }}</p>
+        <p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
+{% endblock %}
\ No newline at end of file