Template name-card: Hello {{name}}!. Each click bumps the
name (Ada1 → Ada2 → …), which is a new cache key, so every render is a fresh one.
| # | name | ms | cache | status |
|---|
Template tier-card: items carry conditions rule groups and only
draw when they match the data.
Template layout-card: x, y, width and
size are "{{var?default}}" strings, so the data drives the layout. Every distinct
value set is its own cache key.
Edit a template's JSON, save it to the template origin through the Templates API, then render. renderd picks the new version up after its template TTL and old renders for that tag are invalidated automatically.
Set the Templates API base URL in Settings to enable Load/Save. Render still works against whatever is deployed.
Template coffee-card: {{first_name}} written on the coffee image
(1774×887). Same controls as tab 1: each click bumps the name, so every render is a fresh one.
| # | name | ms | cache | status |
|---|