1<?php $this->extends('layout.php', ['title' => 'Testing blocks appends']) ?>
2
3<?php $this->start('content') ?>
4<?php $someVariable = 'foobarbaz' ?>
5<?php $this->include('forms/form_2.php', ['importedVariable' => $someVariable]) ?>
6<?php $this->end('content') ?>
7