1<?php 2 3use Fisharebest\Webtrees\View; 4 5/** 6 * @var string $content 7 */ 8 9?> 10 11<?= $content ?> 12 13<?= View::stack('javascript'); 14