1
1
Fork 0
portfolio/layouts/post.html
2016-10-10 14:07:31 -05:00

10 lines
132 B
HTML

{{> header }}
<div id="content">
<h1>
<a href="/">&lt;&nbsp;</a>{{ title }}
</h1>
{{{ contents }}}
</div>
{{> footer }}