package template
type Option struct {
IgnorePatterns []string
TemplateData map[string]interface{}
TemplateExt string
}