Reference pages for the Ringroad Jinja runtime and the default theme. These are the pages to open while writing templates or auditing a theme.
| Page | Contents |
|---|---|
| Globals | Every template global, shop, product, cart, settings, extra, …, with field-level detail |
| Filters and functions | The four custom filters (money, pluralize, newlines_to_br, render_text) and render_node |
| Node catalog | All 45 node types registered by themes/default |
Source of truth for everything here is crates/ringroad-renderer/src/:
the data/ module for globals, engine/filters.rs for filters, and the
themes/default/nodes/ schemas for the catalog.