culinary.kemonine.info/themes/hugo-theme-relearn/layouts/partials/archetypes/home/article.html

13 lines
391 B
HTML

{{- $page := .page }}
{{- $content := .content }}
{{- with $page }}
<article class="home">
{{ partial "heading-pre.html" . }}<h1 id="{{ .Title | urlize }}">{{ .Title }}</h1>{{ partial "heading-post.html" . }}
{{ $content | safeHTML }}
<footer class="footline">
{{- partial "content-footer.html" . }}
</footer>
</article>
{{- end }}