{% extends "djtalk/base.html" %} {% block content %} {% if posts.count > 0 %}

All posts with tag {{ label }}

{% else %}

Sorry, no posts found. :-/

{% endif %} {% endblock %}