mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-07 03:29:19 +02:00
10 lines
259 B
PHP
10 lines
259 B
PHP
<main class="apropos-main" id="main-content">
|
|
<div class="prose apropos-single">
|
|
<?php if (!empty(trim($content))): ?>
|
|
<?= $html ?>
|
|
<?php else: ?>
|
|
<p>Contenu à venir.</p>
|
|
<?php endif; ?>
|
|
</div>
|
|
</main>
|