10 lines
256 B
HTML
Executable file
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>
|