{~ if(empty($posts)): ~}
No posts found
{~ else: ~}
{~ $year = '0' ~}
{~ foreach(@posts?:[] as $post): ~}
{~ if( ($d=substr(@post['tags']->date->format('Y-m-d H:i:s'),0, 4))!= $year ): ~}
{~ $year = $d ~}
{{@year}}
{~ endif ~}
{{ @post['tags']->title }}
{{ substr(@post['tags']->date->format('Y-m-d H:i:s'), 0, 10) }}
{~ endforeach ~}
{~ endif ~}