summaryrefslogtreecommitdiffstats
path: root/ui/html/base.tmpl.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* An Operations list page now renders data in tableMatthew Lemon2024-02-121-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.
* Added nav partialMatthew Lemon2024-02-081-1/+1
| | | | | Added a partial html for the navigation bar. So far it just has a link to "Home" on it.
* Created a /organisations/list routeMatthew Lemon2024-02-081-0/+3
| | | | | | There is also some basic CSS here. Also introduced a proper structured logger.
* First proper use of templatesMatthew Lemon2024-02-081-2/+7
|
* First appearance of HTML on the home pageMatthew Lemon2024-02-081-0/+13