Add page-header.html

This commit is contained in:
Will Faught
2024-07-12 13:34:51 -07:00
parent 051c50b91b
commit e91d5abeca
2 changed files with 6 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
{{ $page := . }}
{{ partial "paige/metadata.html" $page }}
{{ partial "paige/alert.html" $page }}
{{ partial "paige/toc.html" $page }}