csci8980-f21/templates/page.html

10 lines
289 B
HTML
Executable file

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