Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates-neo: fix hacks around the `html` crate | Vika | 2023-08-08 | 1 | -8/+87 |
| | | | | Finally I can properly add child elements without using the string hack. | ||||
* | templates-neo: init | Vika | 2023-07-31 | 1 | -0/+340 |
This is an experimental approach to templates, using `yoshuawuyts`'s `html` crate. The crate itself has a promising API, but is notably incomplete. |