<: $category :> (<: $date :>):

: for $posts -> $post {

<: $post.title :>

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