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