1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00
wallabag/tpl/error.twig

6 lines
221 B
Twig
Raw Normal View History

2013-08-15 04:54:14 -04:00
{% extends "layout.twig" %}
2013-08-23 16:24:41 -04:00
{% block title %}{% trans "plop" %}{% endblock %}
2013-08-15 04:54:14 -04:00
{% block content %}
2013-08-23 16:24:41 -04:00
{{ msg|raw }}
2013-09-10 09:46:05 -04:00
<p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
2013-08-15 04:54:14 -04:00
{% endblock %}