{% extends 'theme/base.html' %} {% load static %} {% block title %}#{{ tag.name }} - AL WASAY Blog{% endblock %} {% block content %} Back to Blog #{{ tag.name }} {% if posts %} {% for post in posts %} {% if post.featured_image %} {% else %} {% endif %} {% if post.category %} {{ post.category.name }} {% 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 with this tag yet. {% endif %} {% endblock %}
{{ post.excerpt }}
No articles with this tag yet.