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

{{post.title}}

{% if theme.show_author -%} {% if post.author.website -%} by {{post.author.name}} {% else -%} by {{post.author.name}} {%- endif %} {%- endif %}
{{post.content}}
{% for tag in post.tags -%} {%- if theme.tagcloud -%} {{tag}} {%- else %} {{tag}} {%- endif %} {%- endfor %}
{% if theme.disqus -%}
{%- endif %}
{%- endblock %}