{{include "header.html"}} {{include "nav.html"}} {{include "bread.html"}}
{{if .Content}}
{{ $mainImg := .Content.Img }} {{ if and .Content.Albums (gt (len .Content.Albums) 0) }} {{ $mainImg = index .Content.Albums 0 }} {{ end }}
{{.Content.Title}}
{{if .Content.Albums}}
{{range $i, $img := .Content.Albums}} {{end}}
{{end}}

{{.Content.Title}}

{{if .Content.Description}}

{{.Content.Description}}

{{end}}
Tags
{{if .Content.Tags}} {{range .Content.Tags}} {{.Name}} {{end}} {{else}} OEM B2B Bag Factory {{end}}
Specifications
Material {{default (index .Content.Ext "material") "Custom"}}
Dimensions {{default (index .Content.Ext "dimensions") "Custom"}}
MOQ {{default (index .Content.Ext "moq") "300 pcs"}}
Sample Lead Time {{default (index .Content.Ext "sample_lead_time") "7-10 days"}}
Production Lead Time {{default (index .Content.Ext "production_lead_time") "25-35 days"}}
Customization {{default (index .Content.Ext "customization") "Logo, color, material, packaging"}}
Product Description
{{.Content.Content|Str2Html}}

Related Products

{{if .CurrentColumn}}View Category{{end}}
{{range Related .Content.Id 6}} {{end}}
{{end}}
{{include "footer.html"}} {{include "js.html"}}