diff options
| author | William Hergès <william@herges.fr> | 2026-01-16 22:05:19 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2026-01-16 22:05:19 +0100 |
| commit | 6ab3a7bd5640623aeb7847f1eb2f1077d8e777f3 (patch) | |
| tree | 87ace5305cbf4aefc67fdbe407ae94e673845c45 /backend/templates/home.html | |
| parent | f67c350197e1c46887baf67398445e2b47a8f067 (diff) | |
style(html): use prettier plugin for go html
Diffstat (limited to 'backend/templates/home.html')
| -rw-r--r-- | backend/templates/home.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/backend/templates/home.html b/backend/templates/home.html index d574525..4d4271f 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -1,17 +1,17 @@ -{{define "body"}} -<main id="content"> - <div class="introduction"> - <h1>{{ .Name }}</h1> - <p>{{ .PageDescription }}</p> - </div> - <div class="sections"> - {{ range .Sections }} - <section> - <h2>{{ .Name }}</h2> - <p>{{ .Description }}</p> - {{ template "section_display" . }} - </section> - {{ end }} - </div> -</main> -{{end}} +{{ define "body" }} + <main id="content"> + <div class="introduction"> + <h1>{{ .Name }}</h1> + <p>{{ .PageDescription }}</p> + </div> + <div class="sections"> + {{ range .Sections }} + <section> + <h2>{{ .Name }}</h2> + <p>{{ .Description }}</p> + {{ template "section_display" . }} + </section> + {{ end }} + </div> + </main> +{{ end }} |
