{% extends "layout.html" %} {% block title %}{{post.title}} - {{site.name}}{% endblock %} {% block main %}

{{post.title}}

{{post.content}}
{% for tag in post.tags %} {{tag}} {% endfor %}
{% if theme.disqus %}
{% endif %}
{% endblock %}