{% for post in posts %}
{{ post.title }}
{{ post.content }}
{% endfor %}
{% if paginator.has_previous %}
<
{% endif %} {% if paginator.has_next %}
>
{% endif %}
Powered By FarBox.com
Inspired By TodoMVC