1*3caaa4d2SGreg Roach<?php use Fisharebest\Webtrees\Module\ModuleBlockInterface; ?> 2*3caaa4d2SGreg Roach 3dd6b2bfcSGreg Roach<?php if ($block->loadAjax()) : ?> 4aa6f03bbSGreg Roach <div class="wt-ajax-load" data-ajax-url="<?= e(route('tree-page-block', ['ged' => $tree->name(), 'block_id' => $block_id])) ?>"> 5dd6b2bfcSGreg Roach </div> 6dd6b2bfcSGreg Roach<?php else : ?> 7*3caaa4d2SGreg Roach <?= $block->getBlock($tree, $block_id, ModuleBlockInterface::CONTEXT_TREE_PAGE) ?> 8dd6b2bfcSGreg Roach<?php endif ?> 9