mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
.row
|
|
.columns.small-12.large-6
|
|
%img.product-img{"ng-src" => "{{product.master.images[0].large_url}}", "ng-if" => "product.master.images[0]"}
|
|
.columns.small-12.large-6.product-header
|
|
%h2
|
|
%render-svg{path: "{{product.primary_taxon.icon}}"}
|
|
{{product.name}}
|
|
%p {{product.description}}
|
|
%ng-include{src: "'partials/close.html'"}
|