Files

18 lines
273 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,
tags: item.tags,
content: item.content
%}