csci8980-f21/templates/page.html

10 lines
256 B
HTML
Executable file

<article class="post">
$partial("templates/next.html")$
<header class="post-header">
<h1 class="post-title">$title$</h1>
</header>
<div class="post-content">
$body$
</div>
$partial("templates/next.html")$
</article>