culinary.kemonine.info/themes/hugo-theme-relearn/layouts/partials/archetypes/default/article.html
2022-12-03 10:27:03 -05:00

13 lines
394 B
HTML

{{- $page := .page }}
{{- $content := .content }}
{{- with $page }}
<article class="default">
{{ 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 }}