<: $category :>:

: for $posts -> $post {

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

: if ( $post.is_video ) { : } : if ( $post.is_audio ) { : } : if ( $post.is_image ) { image
: } : $post.data | mark_raw; : if ( $can_edit ) {
[Edit] : } : }
: include "paginator.tx";