{% if page.title %}
{{ page.title }}
{% endif %}
{% if page.date %}
{{ page.date | date: "%b %-d, %Y" }}
{% 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 %}