1--TEST--
2"parent" tag
3--TEMPLATE--
4{% block content %}
5    {{ parent() }}
6{% endblock %}
7--EXCEPTION--
8Twig\Error\SyntaxError: Calling "parent" on a template that does not extend nor "use" another template is forbidden in "index.twig" at line 3.
9