pub type GenericResourceReadHandler = fn(&str) -> Result<ResourceContents, String>;
Fallback handler when no static resource or template matches (user parses URI as needed).