about summary refs log tree commit diff
path: root/templates-neo/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* templates-neo: removeVika11 days1-18/+0
| | | | | | | | The `html` crate is not currently maintained, and it's not exactly production-ready anyway. This was a fine experiment, but I don't think it currently belongs in-tree. Change-Id: I38019e5fb3ee549ec0b883dd7bd14f32dc746bdb
* kittybox-html: raise recursion limit to 512Vika2024-08-021-0/+1
| | | | I'm not sure why this is required.
* kittybox-html: cargo fmtVika2024-06-141-3/+4
|
* templates-neo: add a test CLI that renders entriesVika2023-08-081-0/+16
This allows interactively testing the markup.