catbase/plugins/counter
Chris Sexton bbf5b27790 web: remove go template dependency
All vue pages now request `/nav` to get a JSON array of navigation
instead of relying on the Go template to have the nav built in. This
cleans up all of the crufty `{{ "{{ thing }}" }}` that was making it
hard to wriet vue.

This also paves the way to using the new Go resource embedding so that
the pages don't need to be wrapped in Go files.
2021-01-09 13:46:28 -05:00
..
counter.go web: remove go template dependency 2021-01-09 13:46:28 -05:00
counter_test.go goals: mostly done, time to try it 2020-05-26 11:41:28 -04:00
html.go web: remove go template dependency 2021-01-09 13:46:28 -05:00