---
layout: default
---

<div class="page">
  <h1 class="page-title">{{ page.title }}</h1>
  <span class="post-date">Posted on: {{ page.date | date_to_string }} under: 
   {% for category in page.categories %} 
   {% unless category == "pages" %} {{ category }} 
   {% endunless %}{% endfor %}</span>
  {{ content }}
</div>