2025-04-10 20:41:11 +02:00

12 lines
292 B
HTML

<article>
<header class="headline">
</header>
{{- $title := partial "title.gotmpl" (dict "page" .) }}
<h1 id="{{ $title | plainify | anchorize }}">{{ $title }}</h1>
{{ partial "shortcodes/taxonomy.html" (dict "page" . "taxonomy" .) }}
<footer class="footline">
</footer>
</article>