| layout | default |
|---|---|
| title | northwind |
{% assign FP = site.data.featured.product[0] %}
Have you tried our {{FP.ProductName}} yet? It is selling at {{FP.UnitPrice}}, go buy today.
{% assign employeeOfTheMonth = site.data.employeeOfTheMonth.first %}
| layout | default |
|---|---|
| title | northwind |
{% assign FP = site.data.featured.product[0] %}
{% assign employeeOfTheMonth = site.data.employeeOfTheMonth.first %}