You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
255 B
HTML

{{ $page := . }}
<article>
<div class="align-items-center d-flex flex-column mb-0">
{{ partial "paige/metadata.html" $page }}
{{ partial "paige/toc.html" $page }}
{{ partial "paige/content.html" $page }}
</div>
</article>