mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 19:01:52 +02:00
9 lines
227 B
HTML
9 lines
227 B
HTML
|
{{ define "main" }}
|
||
|
<div class="container mx-auto px-4 py-8 mb-12 flex-1">
|
||
|
<h1 class="text-4xl font-bold text-center mb-12">{{ .Title }}</h1>
|
||
|
<div class="!max-w-none">
|
||
|
{{ .Content }}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{ end }}
|