bool isDynamic(File file) => pathBasename(file.path).startsWith('[') && pathBasename(file.path).endsWith(']') && isHtml(file);