Files
2026-07-20 21:02:27 -03:00

18 lines
255 B
HTML

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