: if ( $rss ) { <: $category :>: : } : if ( $in_series && $rss ) {
<: $subhead | mark_raw :>
: } : if ( $header ) { <: $header | mark_raw :> : } : if (!$style) {
: } : for $posts -> $post { : if ( $post.aclname && $in_series ) { : next; : } : if ( $post.is_profile && $post.user == 'Nobody' ) { : next; : } :if ( $tiled ) { : if ($post.is_profile) { : } else { : } : if ($post.is_video) { : } else { : if ($post.is_profile) {
: } else {
: } : }

<: $post.title :>

: } else {
: if (!$post.is_profile) {

: if (!$style || $style == 'embed') { <: $post.title :> 🔗 : } : if (!$style) { : if ( $post.version_max && !$rss ) {
: } <: $post.created :>   : }

: } : 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.is_video ) { : } : if ( $post.is_audio ) { : } : if ( $post.is_image ) {
: } : if ( $post.is_profile ) { : if ($posts.size() > 1) {
: } : } : } : if ( $rss || $older ) { : include "paginator.tx"; : } : if ( $footer ) { <: $footer | mark_raw :> : }