6 lines
252 B
HTML
6 lines
252 B
HTML
|
{{ define "main" }}
|
||
|
<article class="justify-self-center mx-auto text-center prose dark:prose-invert prose-slate lg:prose-lg">
|
||
|
<h1 class="font-serif font-extralight text-5xl welcome-headline">{{ .Title }}</h1>
|
||
|
{{ .Content }}
|
||
|
</article>
|
||
|
{{ end }}
|