--- layout: page ---
{% if page.title %}

{{ page.title }}

{% endif %}
{% if page.date %} {% endif %} {% if page.categories %} » {% for cat_name in page.categories %} {{ cat_name }}{% if forloop.last == false %}, {% endif %}{% endfor %} {% endif %}
{{ content }}
{% if page.comment %}
{% include disqus.html username = site.disqus.shortname %} {% include cusdis.html %}
{% endif %}