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