Latest Blog Posts

Reset
{% for post in posts %}
{% if post.featured_image %} {{ post.title }} {% endif %}
{{ post.title }}

{{ post.content|striptags|truncatewords:20 }}

{{ post.created_at|date:"M d, Y" }} Read More
{% empty %}
No posts found in this category.
{% endfor %}
{% if posts.paginator.num_pages > 1 %} {% endif %}