{%if title%}
{{title}} - nkblog
{%else%}
Intro to loops - nkblog
{%endif%}
Hi, {{user.username}}!
{%for post in posts%}
{{post.author.username}} says:
{{post.body}}
{%endfor%}