--- title: type: 'string' description: type: 'string' image: type: 'hash' default: path: 'public/59c6b7ef75334ab1dd8d9a1c9bf/default.png' star: type: 'integer' default: 0 ---
{% render 'sutty/picture.html', image:, img_class: 'w-100px w-md-150px border border-3 border-secondary rounded-3', width: 100 %}

{{- title -}}

{{- description | truncatewords: 10, "…" -}}

{% assign rating = star %}
{% for i in (1..5) %} {% endfor %}