blog-rekahsoft-ca/templates/tag-page.html
Collin J. Doering baef1e6f00 Use double quotes instead of single quotes in html
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-08-16 02:15:26 -04:00

6 lines
177 B
HTML

<div id="tag-page">
<h1 class="container" id="tag">$tag$</h1>
$partial("templates/partials/post-teaser-list.html")$
$partial("templates/partials/pagination.html")$
</div>