{% extends "layout.html" %} {% block title %}{{post.title}} | {{context.sitename}}{% endblock %} {% block author %} {% endblock %} {% block afterstyle %} {% endblock %} {% block entrytitle%}{{post.title}}{% endblock %} {% block container %}
{{ post.content }}

{% if post.newer %} {% endif %} {% if post.older %} {% endif %}

Created at:

{% if post.tags %}

Tagged in: {% for tag in post.get('tags',[]) %} {% endfor %}

{% endif %}
{% if context.disqus and post.public %}
{% endif %} {% endblock %}