Files
Emil_Shanayev_Resume/layouts/_default/single.html
T

7 lines
162 B
HTML

{{ define "main" }}
<article class="prose prose-invert max-w-none">
<h1 class="text-3xl font-bold mb-6">{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}