pub fn parse_template(input: &str, source: TemplateSource) -> Result<Template>
Parse a template string into a Template.
Template
This is the main entry point for parsing template content from a string.