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

{% 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:

Author: {{comment['author']}}
Likes: {{comment['num_likes']}}

{{comment['body']}}

{% endfor %}

Add a comment

{{errors}}

Name (required)

Email (optional)

Comment