zedshaw.games/views
2025-07-25 11:35:04 -04:00
..
admin/table I can now list the contents of a table and display a form for one row to update/delete, but haven't implemented update and delete. 2025-07-17 01:20:25 -04:00
layouts Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git. 2025-07-25 11:35:04 -04:00
partials Sorted out how to do views with Go html/template, how to put code in subdirectories for a namespace, and documented why Go's modules are so weird. 2025-06-06 13:12:38 -04:00
game.html Now can alternatively generate a static page for a URL from pages, or dynamically return it with c.Render from views. Did this for games and streams. 2025-07-10 11:46:56 -04:00
stream.html Now can alternatively generate a static page for a URL from pages, or dynamically return it with c.Render from views. Did this for games and streams. 2025-07-10 11:46:56 -04:00
test.html Tinkering with how to do a 'check view, then static' style of templates, but maybe I need to do a generator? 2025-06-29 22:47:03 -04:00