Files
2026-08-11 13:10:18 -03:00

19 lines
339 B
HTML

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