mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-20 22:38:59 +00:00
4 lines
111 B
Twig
4 lines
111 B
Twig
{% extends ['nonexistent.html.twig','parent.html.twig'] %}
|
|
|
|
{% block body %}{{ parent() }} Child{% endblock %}
|