xref: /webtrees/resources/views/modules/source-list/page.phtml (revision d70512ab02636ee884ef6d7907223ed02c754ff5)
1<h2 class="wt-page-title">
2	<?= $title ?>
3</h2>
4
5<div class="wt-page-content">
6	<?= view('lists/sources-table', ['sources' => $sources, 'tree' => $tree]) ?>
7</div>
8