wallabag/themes/courgette/error.twig

6 lines
221 B
Twig
Raw Normal View History

2014-01-08 11:28:46 +01:00
{% 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 %}