package put import "fmt" import "github.com/tigorlazuardi/redmage/views/utils" import "strconv" templ MaxImageResolutionXInput(data ResolutionData) { Maximum Image Width if data.Error != "" { { data.Error } } else { Maximum image width resolution to download for this device. Set to '0' to disable this filter. Set this value to avoid image sizes that are too big. } } templ MaxImageResolutionYInput(data ResolutionData) { Maximum Image Height if data.Error != "" { { data.Error } } else { Maximum image height resolution to download for this device. Set to '0' to disable this filter. Set this value to avoid image sizes that are too big. } }