Scape/tests/fixtures/tests/child.scape.php

11 lines
305 B
PHP

{[ extends 'base' ]}
{[ block 'title' ]}Child Page - {{ name }}{[ endblock ]}
{[ block 'content' ]}
<h2>Welcome</h2>
<p>This is the content for {{ name }}.</p>
{[ block 'nested' ]}Nested default{[ endblock ]}
{[ endblock ]}
{[ block 'footer' ]}
{[ parent ]} - Custom Footer
{[ endblock ]}