: }
: if( $post.data ) {
: if ($post.is_video || $post.is_image) {
: } else {
: }
: if ( $post.is_profile ) {
<: $post.title :>
: }
<: render_it($post.data) | mark_raw :>
: }
: if( $post.is_profile ) {
: include $post.type ~ ".tx" { post => $post };
: }
: if (!$post.is_profile) {
: }