--- data: type: hash locale: type: string i18n: type: hash --- {% assign item = data.fixtures.post.items | first %} {% render 'bootstrap/card.html', title: item.title, created_at: item.created_at, image: item.image, content: item.content, url: '#?' %}