{{ post.title }}
{{ post.excerpt|default:post.content|truncatewords:30 }}
{% extends "blog/base.html" %} {% load blog_tags %} {% block title %}Latest Posts - Blog{% endblock %} {% block meta_description %}Browse our latest blog posts on various topics including technology, programming, and more.{% endblock %} {% block content %}
Discover our latest articles and insights on technology, programming, and more.
{{ post.excerpt|default:post.content|truncatewords:30 }}
{% if search_query %} No posts match your search criteria "{{ search_query }}". {% else %} There are no published posts yet. {% endif %}