{% extends "base.html" %} {% block title %}Tags - {{ site.title }}{% endblock %} {% block content %}

Tags

{% if tags | length > 0 %}
{% for tag in tags %} {{ tag.name }} ({{ tag.count }}) {% endfor %}
{% else %}

No tags yet.

{% endif %} {% endblock %}