.page--single.f-row.between(v-if="$route.params.slug")
gallery(:fullscreengallery="fullscreengallery" v-on:close="fullscreengallery = -1" :images="images")
article.f-grow.shadow
header
h1 {{ type }}:{{ $route.params.slug }} single
section(v-if="posts[$route.params.slug]")
h4 {{ posts[$route.params.slug].title }}
.block-wrapper(v-for="block in posts[$route.params.slug].blocks" v-html="block")
sidebar(v-if="sidebar" :type="`${type}`")
.shadow
h1.t-up single slot
div
p body whatever