{% extends "layout.html" %} {% block title %} {{ post.meta.title }} - {% endblock %} {% block content %}

{{ post.meta.title.title() }}

Published on {% if post.meta.folder %} in {{ post.meta.folder.title() }} {% endif %}
{{ post.content }}
{% if post.meta.tags %}
Tags: {% for t in post.meta.tags %} {{ t }} {% endfor %}
{% endif %} {% if context.disqus %}
{% endif %}
{% endblock %}