1
0
mirror of https://github.com/moparisthebest/wallabag synced 2025-02-19 20:41:48 -05:00
wallabag/tpl/error.twig

6 lines
221 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-09-10 15:46:05 +02:00
<p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
2013-08-15 10:54:14 +02:00
{% endblock %}