{% extends 'blog/partials/base.html' %} {% block content %}

All Tags

{% load static %} {% if tags %} {% comment %} Varying font sizes based on tag.count {% endcomment %} {% comment %}
    {% endcomment %}
    {% for tag in tags %} {{ tag.name }} ({{ tag.count }} post{{ tag.count|pluralize }}) {% endfor %}
    {% comment %}
{% endcomment %} {% else %}

No Tags found.

{% endif %} {% endblock %}