pub fn discover(dir: &Path) -> Result<Vec<Component>>Expand description
Read every <name>/ subdir of dir into components. template.html is
required; a subdir without it is skipped (with no error — a stray dir is not
fatal). Missing dir → no components (empty). Deterministic (sorted names).