pub trait CtxError { fn with_error(&self, e: &ReadableError) -> String; }
Render template with error context