:if ( !$post.addpost ) { :if ( $tiled ) { : if ($post.is_video) { : } else { : }

<: $post.title :>

: } else { : include "post_title.tx"; : include "post_tags.tx"; : if ( $post.is_video ) { : } : if ( $post.is_audio ) { : } : if ( $post.is_image ) { : } : if( $post.data ) {
: if ( $style != 'media' ) { <: render_it($post.data) | mark_raw :> : }
: } : } : } : if ( $can_edit ) { : include "edit_head.tx";
Title *
File *
class="cooltext" type="file" name="file" /> : if ( $post.href ) { : } : include "preview.tx"; : include "visibility.tx"; : include "acls.tx"; : include "tags.tx"; : include "form_common.tx";
: include "edit_foot.tx"; : }