]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/error.twig
fixes with new session class
[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 }}
d11e2bcf 5 <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
4a291288 6{% endblock %}