rite script and rite report currently produce HTML via hardcoded Rust string building.
The goal is to allow end-users to supply a full HTML template so they can control layout, branding, and structure.
- Use minijinja as the template engine?
- Built-in themes?
- Note it creates a new model stability requirement.
rite scriptandrite reportcurrently produce HTML via hardcoded Rust string building.The goal is to allow end-users to supply a full HTML template so they can control layout, branding, and structure.