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

<: $post.title :>

: } else { : 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.data ) {
<: render_it($post.data) | mark_raw :>
: } : } : } : if ( $can_edit ) { : include "edit_head.tx";
Title *
URL *
ACL name *

Content Template *
Header
Footer
: include "preview.tx"; : include "visibility.tx"; : include "acls.tx"; : include "tags.tx"; : include "form_common.tx";
: include "edit_foot.tx"; : }