diff options
Diffstat (limited to 'src/view/templates/blog.php')
-rw-r--r-- | src/view/templates/blog.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/view/templates/blog.php b/src/view/templates/blog.php new file mode 100644 index 0000000..35cac8b --- /dev/null +++ b/src/view/templates/blog.php | |||
@@ -0,0 +1,6 @@ | |||
1 | <section class="blog"> | ||
2 | <h3><?= $title ?></h3> | ||
3 | <?= $new_article ?> | ||
4 | <?= $new_article_admin_buttons ?> | ||
5 | <?= $content ?> | ||
6 | </section> \ No newline at end of file | ||