layout: default


<section>

<article class="cat">
   <h3>
      {{ page.title | escape }}
   </h3>
   <p>
      Written by {{ page.author | escape }}</br>
      {{ content }}
   </p>
</article>

</section>