]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/default/error.twig
Embeded jquery 2.0.3 dependancie
[github/wallabag/wallabag.git] / themes / default / error.twig
CommitLineData
4cc3c2ac
NL
1{% extends "layout.twig" %}
2{% block title %}{% trans "plop" %}{% endblock %}
3{% block content %}
4 {{ msg|raw }}
5 <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
6{% endblock %}