nested_extends.ctp 110 B

12345
  1. <?php
  2. $this->extend('parent_1');
  3. $this->assign('sidebar', 'Sidebar Content.');
  4. ?>
  5. This is the first template.