1<?php $this->append('scripts'); ?>
2<script src="/path/to/file_2.js"></script>
3<?php $this->end('scripts'); ?>
4
5<?= $this->e($importedVariable) ?>
6
7<form method="post">
8<input type="text" name="foo">
9<input type="submit" value="Submit">
10</form>
11