about summary refs log tree commit diff
path: root/templates-neo/src/mf2.rs
Commit message (Collapse)AuthorAgeFilesLines
* kittybox-html: cargo fmtVika2024-06-141-135/+180
|
* lint: no extra whitespace on line endingsVika2024-01-291-2/+2
|
* templates-neo: add a test CLI that renders entriesVika2023-08-081-6/+6
| | | | This allows interactively testing the markup.
* templates-neo: fix hacks around the `html` crateVika2023-08-081-8/+87
| | | | Finally I can properly add child elements without using the string hack.
* templates-neo: initVika2023-07-311-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.