]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/error.twig
Merge pull request #181 from inthepoche/dev
[github/wallabag/wallabag.git] / tpl / error.twig
CommitLineData
4a291288 1{% extends "layout.twig" %}
6d7defc8 2{% block title %}{% trans "plop" %}{% endblock %}
4a291288 3{% block content %}
6d7defc8 4 {{ msg|raw }}
4a291288
NL
5 <p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
6{% endblock %}