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