mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
fd99a8c02d
This reverts commit 0269cd8213
.
7 lines
265 B
Twig
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 %} |