about summary refs log tree commit diff
path: root/templates-neo/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* templates-neo: fix hacks around the `html` crateVika2023-08-081-1/+1
| | | | Finally I can properly add child elements without using the string hack.
* templates-neo: initVika2023-07-311-0/+38
This is an experimental approach to templates, using `yoshuawuyts`'s `html` crate. The crate itself has a promising API, but is notably incomplete.