Hacking Together HTML With YAML And Mustache
Forewarning, this is a hack and an ugly one too. Without getting into the backstory, the idea was to see if it is possible to render YAML data to HTML using a Mustache template, all locally (i.e. no server, just a single local HTML file). Turns out it is possible... sort of.
Before getting to the code, a few notes:
- This probably shouldn't be used for anything ever (although it was a fun experiment …