wallabag/themes/courgette/error.twig
2014-01-08 11:28:46 +01:00

6 lines
No EOL
221 B
Twig
Executable file

{% extends "layout.twig" %}
{% block title %}{% trans "plop" %}{% endblock %}
{% block content %}
{{ msg|raw }}
<p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
{% endblock %}