aboutsummaryrefslogtreecommitdiff
path: root/src/view/templates/post.php
blob: d0d01b2633fbe0f894ddfba5f189152036b035f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php declare(strict_types=1); ?>
<article>
    <div class="post_content">
        <div class="article_title_zone">
            <?= $share_button ?>
        </div>
        <div id="<?= $id ?>">
            <?= $html ?>
        </div>
        <div class="article_admin_zone">
            <?= $admin_buttons ?>
        </div>
    </div>
</article>