fisharebest/webtrees

View on GitHub
resources/views/modules/individual-list/page.phtml

Summary

Maintainability
Test Coverage
<?php

declare(strict_types=1);

/**
 * @var string $content
 * @var string $title
 */

?>
<h2 class="wt-page-title">
    <?= $title ?>
</h2>

<div class="wt-page-content">
    <?= $content ?>
</div>