wallabag/tpl/error.twig

6 lines
238 B
Twig
Raw Normal View History

2013-08-15 10:54:14 +02:00
{% extends "layout.twig" %}
2013-08-23 22:24:41 +02:00
{% block title %}{% trans "plop" %}{% endblock %}
2013-08-15 10:54:14 +02:00
{% block content %}
2013-08-23 22:24:41 +02:00
{{ msg|raw }}
2013-08-15 10:54:14 +02:00
<p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
{% endblock %}