hugo-theme-relearn/layouts/partials/bodys/term.html

12 lines
No EOL
309 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" .) | .RenderString }}
<footer class="footline">
</footer>
</article>