HTML parsing and templating in Zig.
- Write Zig structs and then convert to HTML.
- Parse HTML for querying purposes.
zig test --test-filter "parse html from file simple" src/root.zigzig test -femit-docs --test-filter "template to string simple" src/template.zigzig test -femit-docs --test-filter "template to string complex" src/template.zig