pub fn parse_fs<I, S>(patterns: I) -> Result<Template>where I: IntoIterator<Item = S>, S: AsRef<str>,
Parse templates from file system pattern list.
Note: this API is not available in web-rust builds.
web-rust