summaryrefslogtreecommitdiff
path: root/src/view/templates/grid.php
blob: a09ed400379fd0b8ecd0d87901a27324bb161dc3 (plain)
1
2
3
4
5
6
7
8
<section class="grid">
	<h3><?= $title ?></h3>
<?= $new_article ?>
<?= $new_article_admin_buttons ?>
	<div class="grid_columns">
<?= $content ?>
	</div>
</section>