pub fn render_instruction_template<T: Serialize>( path: &str, ctx: &T, ) -> Result<String, Error>
Render an instruction template by path using a serializable context.