mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
8 lines
209 B
HTML
8 lines
209 B
HTML
{{ define "main" }}
|
|
<section class="container mx-auto px-4 pt-20 py-8">
|
|
<article class="format lg:format-lg dark:format-invert">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</article>
|
|
</section>
|
|
{{ end }} |