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