: if ( $rss ) { <: $category :>: : }

: for $posts -> $post { :if ( $tiled ) {

<: $post.title :>

: } else {

<: $post.title :> 🔗 <: $post.created :>

: 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"; : }