xref: /webtrees/resources/views/modules/source-list/page.phtml (revision 1581e36eec57f11b12a03a1213501f41df10ee12)
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