{% if username %} Welcome {{username}} Logout | New Post

{% else %} You are not logged in! Login | Sign Up

{% endif %} Blog Home

{{post['title']}}

Posted {{post['date']}} By {{post['author']}}

{% autoescape false %} {{post['body']}} {% endautoescape %}

Filed Under: {% for tag in post.tags %} {% if loop.first %} {{tag}} {% else %} , {{tag}} {% endif %} {% endfor %}

Comments: