.page--list.f-row.between
article.f-grow
header.f-row.center
h1 {{ type }} list
span(v-if="sortBy")
h1 sorted by {{ sortBy.replace('-', ' ') }}
.posts(:class="{ 'is-grid': grid }")
section(v-for="post in posts" :key="post.slug").shadow.post
router-link(:to="`/${type}/${post.slug}`")
h4 {{ post.title }}
p(style="font-size: 9px;") {{ post.date }}
footer
p {{ `${type} count: ${Object.values(posts).length}` }}
p {{ `show sidebar: ${sidebar}` }}
sidebar(v-if="sidebar" :type="`${type}`")
.shadow
h1.t-up slots stuff
div
p more body whatever
p another line of stuff