New: Model template

This commit is contained in:
2026-03-02 20:33:30 +01:00
parent f1aedfb218
commit 3aefa3ef04
60 changed files with 1348 additions and 112 deletions

View File

@@ -1,8 +1,15 @@
{{ define "main" }}
<article class="py-5">
<h1 class="display-4 fw-bold">{{ .Title }}</h1>
<div class="content mt-4">
{{ .Content }}
<section class="info-section">
<div class="container">
<div class="align-items-center">
<article>
{{ partial "hero-single.html" . }}
<div class="content mt-4 col-md-11 mx-auto">
{{ .Content | markdownify }}
</div>
</article>
</div>
</article>
</div>
</section>
{{ end }}