{{if .Content.Img}}
{{else}}
{{end}}
{{if .Content.Albums}}
{{range .Content.Albums}}
{{end}}
{{end}}
{{.Content.Title}}
{{.Content.Description}}
{{if index .Content.Ext "certifications"}}
{{$certs := index .Content.Ext "certifications"}}
{{$certs}}
{{end}}
{{if index .Content.Ext "material_composition"}}
Material
{{index .Content.Ext "material_composition"}}
Size Range
{{index .Content.Ext "size_range"}}
{{if index .Content.Ext "size_chart"}}| Size | Chest | Length |
|---|---|---|
| XS | 32" | 26" |
| S | 34" | 27" |
| M | 36" | 28" |
| L | 38" | 29" |
| XL | 40" | 30" |
{{if index .Content.Ext "moq"}}
{{end}}
{{if index .Content.Ext "sample_lead_time"}}
{{end}}
{{if index .Content.Ext "production_lead_time"}}
{{end}}
{{if index .Content.Ext "customization_options"}}
{{end}}
{{if index .Content.Ext "care_instructions"}}
Minimum Order
{{index .Content.Ext "moq"}}
Sample Lead Time
{{index .Content.Ext "sample_lead_time"}}
Production Lead Time
{{index .Content.Ext "production_lead_time"}}
Customization
{{index .Content.Ext "customization_options"}}
Care Instructions
{{index .Content.Ext "care_instructions"}}
{{.Content.Content|Str2Html}}
{{end}}