feat(custom): config and generation

This commit is contained in:
Anhgelus Morhtuuzh 2024-12-10 19:00:56 +01:00
parent 730ec34758
commit 279f73187b
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 111 additions and 7 deletions

View file

@ -0,0 +1,8 @@
{{define "body"}}
<main class="custom-page" style="{{ .GetBackground }}">
<h2>{{ .Title }}</h2>
{{ range $content := .Content }}
{{ .Get }}
{{ end }}
</main>
{{end}}