mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
7 lines
No EOL
265 B
Twig
7 lines
No EOL
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 %} |