]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/errors/index.html
df57c822f92e3a550d228e05f604af9e4da465f0
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / errors / index.html
1 {% extends 'base.html' %}
2 {% block content %}
3 {{ foo.bar }}
4 {% endblock %}
5 {% block foo %}
6 {{ foo.bar }}
7 {% endblock %}