Add layouts/_default/home.html

This commit is contained in:
Will Faught
2023-04-07 23:29:51 -07:00
parent e81acc2a92
commit c1e8a1c8e3

View File

@@ -0,0 +1,6 @@
{{ define "main" }}
{{ $page := . }}
{{ partial "paige/article.html" $page }}
{{ partial "paige/pages.html" $page }}
{{ end }}