1<?php $this->extends('layout.php', ['title' => 'Bugs homepage']) ?> 2 3<?php $this->start('content'); ?> 4<?= $foo; ?> 5<?php $this->end('content'); ?> 6 7<?php $this->start('sidebar'); ?> 8<?= $sidebar; ?> 9<?php $this->end('sidebar'); ?> 10