]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/courgette/error.twig
add basic auth in file_get_contents for content extraction when user use basic auth
[github/wallabag/wallabag.git] / themes / courgette / error.twig
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 %}