1<?php $this->extends('layout.php', ['title' => 'Testing blocks appends']) ?>
2
3<?php include __DIR__.'/../forms/form.php'; ?>
4
5<?php $this->append('scripts'); ?>
6<script src="/path/to/file_1.js"></script>
7<?php $this->end('scripts'); ?>
8