]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/courgette/error.twig
deleting send to kindle function
[github/wallabag/wallabag.git] / themes / courgette / error.twig
CommitLineData
5ed80507
NL
1{% extends "layout.twig" %}
2{% block title %}{% trans "plop" %}{% endblock %}
3{% block content %}
4 {{ msg|raw }}
3e0e7e12 5 <p>Don't forget <a href="http://doc.wallabag.org">the documentation</a>.</p>
5ed80507 6{% endblock %}