wallabag/tpl/error.twig
Nicolas Frandeboeuf fd99a8c02d Revert "Add SHAARLI support to view template"
This reverts commit 0269cd821311500acffed61edb1bc168d3fb5ec8.
2013-08-23 23:09:43 +02:00

7 lines
265 B
Twig

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