xref: /webtrees/resources/views/modules/individual-list/page.phtml (revision 3d2c98d1066d5e178a3d1ceb3bdc58b7ba8ee926)
1<?php
2
3/**
4 * @var string $content
5 * @var string $title
6 */
7
8?>
9<h2 class="wt-page-title">
10	<?= $title ?>
11</h2>
12
13<div class="wt-page-content">
14	<?= $content ?>
15</div>
16