1<?php 2 3declare(strict_types=1); 4 5use Fisharebest\Webtrees\Fact; 6 7/** 8 * @var Fact $fact 9 */ 10 11?> 12 13<div class="wt-fact-associates mt-2"> 14 <?= view('fact-association-structure', ['fact' => $fact]) ?> 15</div>