mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
333 B
Plaintext
10 lines
333 B
Plaintext
.row
|
|
.columns.small-12.large-6
|
|
%img.product-img{"ng-src" => "{{product.largeImage}}", "ng-if" => "product.largeImage"}
|
|
.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'"}
|