Blog Posts

{% if object_list %}
{% for post in object_list %}

{{ post.title }}

{{ post.excerpt|truncatewords:30 }}
Read More
{% endfor %}
{% if is_paginated %} {% endif %} {% else %}

No blog posts available.

{% endif %}