---
layout: default
---
<article class="post">

  <header class="post-header">
    <h1 class="post-title">{{ page.title }}</h1>
  </header>

  <div class="post-content">
    <div class="category-description">
      {{ page.description }}
    </div>
    {% include post_list.html categories=page.category limit=1000000 %}
  </div>

</article>