summaryrefslogtreecommitdiffstats
path: root/cmd/web/handlers.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adds the view handler for our organisation modelMatthew Lemon2024-02-101-0/+4
* Adds a comment above code to handle "/" routeMatthew Lemon2024-02-101-0/+4
* Adds missing importMatthew Lemon2024-02-101-1/+0
* Have added Insert handler for Organisation modelMatthew Lemon2024-02-101-13/+19
* Added nav partialMatthew Lemon2024-02-081-2/+2
* Created a /organisations/list routeMatthew Lemon2024-02-081-1/+20
* First proper use of templatesMatthew Lemon2024-02-081-1/+1
* First appearance of HTML on the home pageMatthew Lemon2024-02-081-1/+33
* Moved main to cmd/web and added routes() methodMatthew Lemon2024-02-081-0/+18