pub fn bootstrap( template: &mut Template, dest: &str, ctx: &Context, ) -> ProplateResult<()>
Processes the given template using the ctx and outputs the result to dest directory
template
ctx
dest