fn parse<'a>(code: &'a str, name: &'static str) -> IResult<&'a str, Template>
Parse the string form of a template to get a Template object.
Template