Skip to content

Latest commit

 

History

History
37 lines (35 loc) · 1.51 KB

products-vi.md

File metadata and controls

37 lines (35 loc) · 1.51 KB
layout title ref lang permalink description
default
Sản phẩm
products
vi
/san-pham/
Các sản phẩm của Ubisen

{% include block-0.html %} {% include block-title.html title=page.title description=page.description %}

{% assign products = site.products | where_exp:"item", "item.lang == page.lang" %}

{% for product in products %}

{{ product.title }}

{{ product.description | strip_html | strip_newlines }}

{% endfor %}