Blame | Last modification | View Log | RSS feed
<?php $this->extend('parent_2'); ?> This is the first parent. <?php echo $this->fetch('content'); ?>
<?php
$this->extend('parent_2');
?>
This is the first parent.
<?php echo $this->fetch('content'); ?>