diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-06 19:22:14 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-06 19:22:14 +0200 |
| commit | 9cfcbabb032c729b06d581412a64a9e7cefed6b1 (patch) | |
| tree | e5ff64ed658ef1af98d53191a252c0d0c7e1c7f5 /backend/templates/home.html | |
| parent | 412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (diff) | |
style(format): install prettier and run
Diffstat (limited to 'backend/templates/home.html')
| -rw-r--r-- | backend/templates/home.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/backend/templates/home.html b/backend/templates/home.html index c570845..7a76e48 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -1,11 +1,9 @@ {{define "body"}} <main id="content"> -<div class="introduction"> + <div class="introduction"> <h1>logs</h1> - <p> - {{ .PageDescription }} - </p> -</div> -{{ template "logs_display" . }} + <p>{{ .PageDescription }}</p> + </div> + {{ template "logs_display" . }} </main> {{end}} |
