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