mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-21 07:00:11 +02:00
6 lines
249 B
PHTML
6 lines
249 B
PHTML
<div class="content">
|
|
<h1><?= /** @type string $title */ $title ?></h1>
|
|
<?= /** @type \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
|
|
<?= /** @type \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
|
|
</div>
|