summaryrefslogtreecommitdiffstats
path: root/ui/html/base.tmpl.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-12An Operations list page now renders data in tableMatthew Lemon1-1/+1
The data is fetched from the database and uses html/template to render the rows in a list. A critical bug was not including the dot in {{ template "main" . }} in the base template. THIS MEANT THAT NO DATA PASSED TO ExecuteTemplate function rendered and took a long time to figure out.
2024-02-08Added nav partialMatthew Lemon1-1/+1
Added a partial html for the navigation bar. So far it just has a link to "Home" on it.
2024-02-08Created a /organisations/list routeMatthew Lemon1-0/+3
There is also some basic CSS here. Also introduced a proper structured logger.
2024-02-08First proper use of templatesMatthew Lemon1-2/+7
2024-02-08First appearance of HTML on the home pageMatthew Lemon1-0/+13