Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / test / Twig / Tests / Loader / Fixtures / inheritance / array_inheritance_empty_parent.html.twig
1 {% extends ['','parent.html.twig'] %}
2
3 {% block body %}{{ parent() }} Child{% endblock %}