e29b1ac4b5bb73177b019ef2f517b7f2843b4e6b
[yaffs-website] / 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.