icingaweb2/modules/doc/application/views/scripts/pdf.phtml

6 lines
246 B
PHTML
Raw Normal View History

2015-02-11 15:15:37 +01:00
<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>