mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-27 19:50:24 -05:00
5 lines
249 B
PHTML
5 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>
|