{{@L.posts.NewPost}}
{~ if(empty($posts)): ~} {{@L.posts.NoPosts}} {~ else: ~} {~ foreach($posts?:[] as $post): ~} {~ endforeach ~}
{{@L.posts.PostTitle}} {{@L.posts.Status}} {{@L.posts.Author}} {{@L.posts.Filename}} {{@L.posts.Date}}
{{ $post['title'] }} {{ @post['status'] }} {{ $post['author'] }} {{ $post['filename'] }} {{ $post['date']->format(DateTimeInterface::W3C) }} {{@L.edit}} {{@L.delete}}
{~ endif ~}