{% for post in paginator.posts %}

{{ post.title }}

{{ post.content | strip_html | truncatewords:40 }} Read More

{% for tag in post.tags %} {{ tag }} {% endfor %}
{% endfor %}