: if ( $rss ) { <: $category :>: : } : if ( $about_header ) { <: $about_header | mark_raw :> : }
: for $posts -> $post { :if ( $tiled ) {

<: $post.title :>

: } else {

<: $post.title :> 🔗 : if ( $post.version_max ) {
: } <: $post.created :>

: if ( !$post.video_href && !$post.is_image && $post.preview ) {
: } : if ( $post.video_href ) { : } : if ( $post.audio_href ) { : } : if ( $post.is_video ) { : } : if ( $post.is_audio ) { : } : if ( $post.is_image ) {
: } : $post.data | mark_raw; : if ( $can_edit ) {
[Edit] : }

: } : } : if ( $rss ) { : include "paginator.tx"; : } : if ( $about_footer ) { <: $about_footer | mark_raw :> : }