wallabag/themes/default/error.twig
Nicolas Lœuillet 4cc3c2ac17 embed themes
2013-10-03 14:10:44 +02:00

6 lines
221 B
Twig

{% 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 %}