--- layout: default ---

{{ post.title }}


{{ post.html | safe }}
...

{{ site.author }}

{{ site.self_description }}
{% if post.comment != False %}
{% include "_includes/comments.html" %}
{% endif %}