diff options
Diffstat (limited to 'src/view/templates/post.php')
| -rw-r--r-- | src/view/templates/post.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/view/templates/post.php b/src/view/templates/post.php new file mode 100644 index 0000000..5cf35c2 --- /dev/null +++ b/src/view/templates/post.php | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | <?php declare(strict_types=1); ?> | ||
| 2 | <article> | ||
| 3 | <div class="article_content"> | ||
| 4 | <div class="article_title_zone"> | ||
| 5 | <?= $share_button ?> | ||
| 6 | </div> | ||
| 7 | <div id="<?= $id ?>" class="html_from_editor"> | ||
| 8 | <?= $html ?> | ||
| 9 | </div> | ||
| 10 | <div class="article_admin_zone"> | ||
| 11 | <?= $admin_buttons ?> | ||
| 12 | </div> | ||
| 13 | </div> | ||
| 14 | </article> \ No newline at end of file | ||
