]> git.immae.eu Git - github/wallabag/wallabag.git/blob - vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/parent_without_extends.test
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / test / Twig / Tests / Fixtures / tags / inheritance / parent_without_extends.test
1 --TEST--
2 "parent" tag
3 --TEMPLATE--
4 {% block content %}
5 {{ parent() }}
6 {% endblock %}
7 --EXCEPTION--
8 Twig_Error_Syntax: Calling "parent" on a template that does not extend nor "use" another template is forbidden in "index.twig" at line 3