I am tesitng a code block
Hey guys. I'm testing a code block.

<template>
  <article class="blog-preview">
    <h1 class="blog-preview__title" v-html="post.title" />
    <p class="blog-preview__date" v-html="post.date" />
    <p class="blog-preview__descr" v-html="post.article" />
    <g-link :to="post.path" class="blog-preview__more">Read More...</g-link>
  </article>
</template>

ANd of course, an obligatory image