1<?php 2 3use Fisharebest\Webtrees\Location; 4 5/** 6 * @var Location $location 7 */ 8 9?> 10<?= $location->fullName() ?> 11