{% extends "default" %} {% block head_meta %} {% endblock %} {% block content_wrapper %}

{{ page.title }} post

{{ page.blocks.content|raw }}
{% if page.categories %}

Categories: {% for category in page.categories %} {{ category }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endif %} {% if page.tags %}

Tags: {% for tag in page.tags %} {{ tag }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endif %} {% if page.previous_post or page.next_post %} {% endif %}
{% if site.disqus.shortname and site.disqus.shortname != '' %}
{% endif %} {% endblock %}