--- title: type: 'string' description: type: 'string' image: type: 'hash' star: type: 'integer' url: type: 'string' grid_breakpoints: type: 'array' default: - 100 ---
{% render 'responsive_image.html', image:, img_class: 'w-100px w-md-150px border border-3 border-secondary rounded-3', grid_breakpoints: %}

{{- title -}}

{{- description | truncatewords: 16, '…' -}}

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