{{ post.title }}
{{ post.excerpt|default:post.content|truncatewords:30 }}
{% extends "blog/base.html" %} {% load blog_tags %} {% block title %}Blog Archive - Blog{% endblock %} {% block meta_description %}Browse our complete blog archive with all posts organized by date.{% endblock %} {% block content %}
{% if year and month %} All posts published in {{ month|date:"F Y" }} {% elif year %} All posts published in {{ year }} {% else %} Browse our complete collection of blog posts {% endif %}
{{ post.excerpt|default:post.content|truncatewords:30 }}
{% if year and month %} No posts published in {{ month|date:"F Y" }} {% elif year %} No posts published in {{ year }} {% else %} There are no published posts yet. {% endif %}