{% extends 'theme/base.html' %} {% load static %} {% block title %}{{ category.name }} - AL WASAY Blog{% endblock %} {% block content %}
Blog Header
Back to Blog

{{ category.name }}

{% if category.description %}

{{ category.description }}

{% endif %}
{% if posts %} {% 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 %}