blob: 2666efb1ca828f2ba45199c9c5b4106c99bdd3fc (
plain)
1
2
3
4
5
|
<div class="content">
<h1><?= /** @var string $title */ $title ?></h1>
<?= /** @var \Icinga\Module\Doc\Renderer\DocTocRenderer $toc */ $toc ?>
<?= /** @var \Icinga\Module\Doc\Renderer\DocSectionRenderer $section */ $section ?>
</div>
|