1
1
Fork 0
portfolio/layouts/post.html
2016-08-12 21:21:30 -05:00

11 lines
137 B
HTML

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