{{ if posts }} {{ each posts }}
{{ if $value.localizedContentDate }}

{{ $value.localizedContentDate }}

{{ /if }} {{ if $value.title }}

{{ $value.title }}

{{ /if }} {{ if $value.persons }} {{ each $value.persons }}

{{ $value.fullName }}

{{ /each }} {{ /if }} {{ if $value.text }}{{@ $value.text }}{{ /if }} {{ /each }} {{ /if }}