mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
8 lines
99 B
HTML
8 lines
99 B
HTML
{{ define "main" }}
|
|
|
|
<main class="w-full antialiased">
|
|
{{ .Content }}
|
|
</main>
|
|
|
|
{{ end }}
|