: }
: if( $post.data ) {
: if ($post.is_video || $post.is_image) {
: } elsif ($post.is_profile) {
: } else {
: }
: if ( $post.is_profile ) {
<: $post.title :>
: }
: if ( $style != 'media' ) {
<: render_it($post.data) | mark_raw :>
: }
: }
: if( $post.is_profile ) {
: }
: if ( $can_edit ) {
[Edit]
: include $post.form { post => $post };
: }
: if (!$post.is_profile) {
: }
: }
: }
: }
: if ( !$direct && ( $rss || $older ) ) {
: include "paginator.tx";
: }
: if ( $footer ) {
<: $footer | mark_raw :>
: }