pub fn list_in(
dir: &Path,
store: &Store,
collection_slug: &str,
) -> Result<Vec<TemplateRecord>, TemplateError>Expand description
List templates in one collection only. Files in other collections are skipped. Files with no membership row count as Default.