: if ( $rss ) {
<: $category :>:
: }
: for $posts -> $post {
: if ( $post.is_video ) {
: }
: if ( $post.is_audio ) {
: }
: if ( $post.is_image ) {

: }
: $post.data | mark_raw;
: if ( $can_edit ) {
[Edit]
: include $post.type ~ ".tx";
: }
: }
: if ( $rss ) {
: include "paginator.tx";
: }