This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/app/Views/blog/view.php
2020-07-27 22:22:06 -04:00

6 lines
No EOL
134 B
PHP

<main role="main">
<div class="container">
<h1 class="mt-5"><?= esc($blog['title']); ?></h1>
<?= esc($blog['body']); ?>
</div>
</main>