pub fn render_item(
item_type: &ItemType,
id: &str,
title: &str,
) -> Result<Item, JoyError>Expand description
Render an item template for the given type, filling in id and title. Returns a deserialized Item ready for further modification.