{% extends 'theme/base.html' %} {% load static %} {% block title %}{{ category.name }} - AL WASAY Blog{% endblock %} {% block content %} Back to Blog {{ category.name }} {% if category.description %} {{ category.description }} {% endif %} {% if posts %} {% for post in posts %} {% if post.featured_image %} {% else %} {% endif %} {{ post.published_at|date:"M d, Y" }} {{ post.title }} {{ post.excerpt }} {% endfor %} {% if posts.has_other_pages %} {% if posts.has_previous %} Previous {% endif %} Page {{ posts.number }} of {{ posts.paginator.num_pages }} {% if posts.has_next %} Next {% endif %} {% endif %} {% else %} No articles in this category yet. {% endif %} {% endblock %}
{{ category.description }}
{{ post.excerpt }}
No articles in this category yet.