add condition
This commit is contained in:
parent
bf2f0d3a65
commit
32d6f85983
1 changed files with 3 additions and 1 deletions
|
|
@ -28,7 +28,9 @@
|
|||
<h3 class="h2 presentation__authors"><?= $page->authors() ?></h3>
|
||||
<div class="presentation__chapo"><?= $page->chapo() ?></div>
|
||||
<div class="presentation__description"><?= $page->description() ?></div>
|
||||
<div class="presentation__informations"><?= $page->informations()->kti() ?></div>
|
||||
<?php if ($page->informations()->isNotEmpty()): ?>
|
||||
<div class="presentation__informations"><?= $page->informations()->kti() ?></div>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue