18 lines
255 B
HTML
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
|
|
%}
|