:if ( !$post.addpost ) { : include "post_title.tx"; : include "post_tags.tx"; : if ( !$post.video_href && !$post.is_image && !$post.is_video && !$post.is_profile && $post.preview ) { : } : if ( $post.video_href ) { : } : if ( $post.audio_href ) { : } : if ( !!$post.data ) {
<: render_it($post.data) | mark_raw :>
: } : } : if ( $can_edit ) { : include "edit_head.tx";
Title *
URL *
: include "preview.tx"; Audio
Video
: include "visibility.tx"; : include "acls.tx"; : include "tags.tx"; : include "form_common.tx";
:include "edit_foot.tx" : }