$item.star.starred
{{ if $item.lock }}
$item.lock{{ endif }}
{{ if $item.title }}
{{ endif }}
$item.body
{{ for $item.tags as $tag }}
$tag
{{ endfor }}
{{ if $item.threaded }}{{ if $item.comment }}
{{ endif }}{{ endif }}
{{ for $item.children as $item }}
{{ if $item.type == tag }}
{{ inc wall_item_tag.tpl }}{{ endinc }}
{{ else }}
{{ inc $item.template }}{{ endinc }}
{{ endif }}
{{ endfor }}
{{ if $item.flatten }}
{{ endif }}