goffeetabler/storage/templates/tabler/layouts/homepage.html
2026-05-01 18:15:40 -05:00

5 lines
136 B
HTML

{{define "homepage_layout"}}
{{template "base_header" .}}
{{template "tabler_homepage_content" .}}
{{template "base_footer" .}}
{{end}}