mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-27 22:57:16 +00:00
4 lines
92 B
Twig
4 lines
92 B
Twig
{% extends [null,'parent.html.twig'] %}
|
|
|
|
{% block body %}{{ parent() }} Child{% endblock %}
|