5 lines
128 B
Handlebars
5 lines
128 B
Handlebars
<section>
|
|
{{#each content.ghost.posts}}
|
|
{{> index_article post=this index=@index}}
|
|
{{/each}}
|
|
</section> |