From d84651a899a6104fce73d95b9c571627c55e5d16 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 1 Aug 2025 19:48:26 -0300 Subject: bare bones website --- templates/world_list.tmpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/world_list.tmpl (limited to 'templates/world_list.tmpl') diff --git a/templates/world_list.tmpl b/templates/world_list.tmpl new file mode 100644 index 0000000..de9786c --- /dev/null +++ b/templates/world_list.tmpl @@ -0,0 +1,23 @@ +{{template "_header.tmpl" .Common}} +
+

Worlds

+ {{if .Worlds}} + + + + + + + {{range .Worlds}} + + + + + + {{end}} +
NameTypePlayers Online
{{.Name}}{{.Type}}{{.NumPlayers}}
+ {{else}} +

Something went wrong when loading world data. Wait a few moments and try again.

+ {{end}} +
+{{template "_footer.tmpl" .Common}} \ No newline at end of file -- cgit v1.2.3