Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kittybox-html: cargo fmt | Vika | 2024-06-14 | 1 | -135/+180 |
| | |||||
* | lint: no extra whitespace on line endings | Vika | 2024-01-29 | 1 | -2/+2 |
| | |||||
* | templates-neo: add a test CLI that renders entries | Vika | 2023-08-08 | 1 | -6/+6 |
| | | | | This allows interactively testing the markup. | ||||
* | 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. |