diff options
Diffstat (limited to 'tpl/error.twig')
-rw-r--r-- | tpl/error.twig | 7 |
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 | ||