portfoligor/layouts/_default/single.html

13 lines
256 B
HTML

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