File: array_inheritance_null_parent.html.twig

package info (click to toggle)
twig 2.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,144 kB
  • sloc: php: 15,397; makefile: 26
file content (3 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (4)
1
2
3
{% extends [null,'parent.html.twig'] %}

{% block body %}{{ parent() }} Child{% endblock %}