hugo-theme-relearn/layouts/partials/bodys/term.html
2025-01-03 12:42:37 +01:00

12 lines
No EOL
293 B
HTML

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