pub fn is_valid_include_path(path: &str) -> bool
Check if a path starts with a valid import or include prefix (/, ./, ../, .\, ..\, or an expression {{).
/
./
../
.\
..\
{{