summaryrefslogtreecommitdiff
path: root/src/view/templates/blog.php
blob: 35cac8bae56fa13ff1d4d602f1d0c28d7790e006 (plain)
1
2
3
4
5
6
<section class="blog">
	<h3><?= $title ?></h3>
<?= $new_article ?>
<?= $new_article_admin_buttons ?>
<?= $content ?>
</section>