--- data: type: hash locale: type: string i18n: type: hash --- {%assign recipes = data.fixtures.card_recipe.items %} {% for recipe in recipes %} {% render 'card_recipe.html', title: recipe.title, description: recipe.description, image: recipe.image, star: recipe.star %} {% endfor %}