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