mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 13:41:51 +00:00
10 lines
163 B
HTML
10 lines
163 B
HTML
{{ define "main" }}
|
|
|
|
<main class="w-full antialiased">
|
|
{{ .Content }}
|
|
</main>
|
|
|
|
{{ if .Params.footer }} {{ partial "footer" . }} {{ end }}
|
|
|
|
{{ end }}
|