Back to Microservices Demo

Product

src/frontend/templates/product.html

3-demo-concise662 B
Original Source

{{ $.product.Item.Name }}

{{ renderMoney $.product.Price }}

{{ $.product.Item.Description }}

{{ if $.packagingInfo }}

Packaging

Weight: {{ if $.packagingInfo.Weight }}{{ $.packagingInfo.Weight }}lb{{ else }}n/a{{ end }} Width: {{ if $.packagingInfo.Width }}{{ $.packagingInfo.Width }}cm{{ else }}n/a{{ end }} Height: {{ if $.packagingInfo.Height }}{{ $.packagingInfo.Height }}cm{{ else }}n/a{{ end }} Depth: {{ if $.packagingInfo.Depth }}{{ $.packagingInfo.Depth }}cm{{ else }}n/a{{ end }} {{ end }} 1234510 Add To Cart

{{ if $.recommendations}} {{ template "recommendations" $ }} {{ end }}

{{ if $.ad }}{{ template "text_ad" $ }}{{ end }}