pub fn list(
dir: &Path,
store: &Store,
) -> Result<Vec<TemplateRecord>, TemplateError>Expand description
List every template on disk, annotated with its collection + source from
the membership index. Files without a membership row report
DEFAULT_COLLECTION_SLUG and source: None.