aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/error.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-17 11:27:13 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-17 11:27:13 -0700
commit7ba37bd91a43321196e6d867caf9e298e82c6d6c (patch)
tree280b6c5d270c28457219859f189e3cb6c3895939 /tpl/error.twig
parent667009727a38890eb651815843c1bc02869a4119 (diff)
parent9067b484ce8289eec6979cf6c8e3cbfb3bd5b10c (diff)
downloadwallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.tar.gz
wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.tar.zst
wallabag-7ba37bd91a43321196e6d867caf9e298e82c6d6c.zip
Merge pull request #141 from inthepoche/dev1.0-beta3
beta3
Diffstat (limited to 'tpl/error.twig')
-rw-r--r--tpl/error.twig7
1 files changed, 7 insertions, 0 deletions
diff --git a/tpl/error.twig b/tpl/error.twig
new file mode 100644
index 00000000..84c3bc1c
--- /dev/null
+++ b/tpl/error.twig
@@ -0,0 +1,7 @@
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 %} \ No newline at end of file