summaryrefslogtreecommitdiffstats
path: root/templates/games/rms.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2026-08-15 08:38:43 -0700
committerRose Hogenson <rosehogenson@posteo.net>2026-08-15 08:38:43 -0700
commitb522360a74a7d32fec85e8ae4ac4ba9a279b7a4c (patch)
tree1b3960d0d9ff035dfa815b4b3d3258558d34cf9b /templates/games/rms.html.template
parentf6356df0131adb8098ff1fd5e8578707aa1af06b (diff)
downloadroseh.moe-b522360a74a7d32fec85e8ae4ac4ba9a279b7a4c.tar.zst
Fix html formatting
...finally
Diffstat (limited to 'templates/games/rms.html.template')
-rw-r--r--templates/games/rms.html.template18
1 files changed, 10 insertions, 8 deletions
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"}}
- <title>RMS shooter</title>
- <script src="/static/games/rms/rms.js" defer></script>
-{{end}}
+{{define "head" -}}
+ <title>RMS shooter</title>
+ <script src="/static/games/rms/rms.js" defer></script>
+{{- end}}
-<img id="sprite-sheet" src="/static/games/rms/sprite-sheet.webp" hidden>
+{{define "body" -}}
+ <img id="sprite-sheet" src="/static/games/rms/sprite-sheet.webp" hidden>
-<section>
- <canvas id="canvas" width="800" height="600"></canvas>
-</section>
+ <section>
+ <canvas id="canvas" width="800" height="600"></canvas>
+ </section>
+{{- end}}