extends ./layout include ./mixins

block content

//+gallery(items)

#editor(style="height:500px;width:600px")

pre
  code.json
    = '{ ok: "cool" }'

each item in items
  li
    a(href='/' + item.slug)
      if item.media_id
        .img
          img(src=imgUrl('w_200',item.media_id) )
      = item.title