portfoligor/layouts/_default/single.html

11 lines
216 B
HTML

{{ define "main" }}
<header class="post-header">
<h1 id="title">{{ .Title }}</h1>
{{- partial "post-info.html" . -}}
</header>
<article class="content">
{{ .Content }}
</article>
{{ end }}