v-flex(xs12 v-ripple="true").elevation-3.elem
v-layout(row wrap)
v-flex(xs12)
h3.title {{ item.title }}
v-flex(md2, xs3, xl1, style="height: 220px;")
lazy-component
img(:src="item.image" onerror="this.src='static/images/error.jpg'").image
v-flex(md10, xs9, xl11)
v-layout(row wrap)
v-flex(xs12)
p.synopsis {{ item.text }}
v-flex(xs12).link
div.button-container
v-btn(color='secondary', block, @click="open(item.link)") Open