From b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 15 Aug 2026 08:38:43 -0700 Subject: Fix html formatting ...finally --- templates/games/index.html.template | 14 ++++++++------ templates/games/rms.html.template | 18 ++++++++++-------- 2 files changed, 18 insertions(+), 14 deletions(-) (limited to 'templates/games') diff --git a/templates/games/index.html.template b/templates/games/index.html.template index 917a0c9..f235bd1 100644 --- a/templates/games/index.html.template +++ b/templates/games/index.html.template @@ -1,8 +1,10 @@ {{define "head"}}Games{{end}} -
- -
+{{define "body" -}} +
+ +
+{{- end}} diff --git a/templates/games/rms.html.template b/templates/games/rms.html.template index ba00824..9f396fe 100644 --- a/templates/games/rms.html.template +++ b/templates/games/rms.html.template @@ -1,10 +1,12 @@ -{{define "head"}} - RMS shooter - -{{end}} +{{define "head" -}} + RMS shooter + +{{- end}} - +{{define "body" -}} + -
- -
+
+ +
+{{- end}} -- cgit v1.3.1