package put import "fmt" type AspectRatioToleranceData struct { Value float64 } templ AspectRatioToleranceInput(data AspectRatioToleranceData) { }