{{ post.title }}
{% if post.excerpt %} {{ post.excerpt }} {% else %} {{ post.content|striptags|truncatewords:30 }} {% endif %}
{% 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.
{% if post.excerpt %} {{ post.excerpt }} {% else %} {{ post.content|striptags|truncatewords:30 }} {% endif %}
{% if search_query %} No posts match your search criteria "{{ search_query }}". {% else %} There are no published posts yet. {% endif %}