falkon.sgorava.xyz/layouts/static/single.html

9 lines
182 B
HTML
Raw Permalink Normal View History

{{ partial "header.html" . }}
<article class="post">
<h1 class="title"> {{ .Title }} </h1>
<div class="content"> {{ .Content }} </div>
</article>
{{ partial "footer.html" . }}