6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
|
<?php
|
||
|
$this->extend('parent_2');
|
||
|
?>
|
||
|
This is the first parent.
|
||
|
<?php echo $this->fetch('content'); ?>
|