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

Tags

{% for tag in tags %} {{ tag.name }} ({{ tag.count }}) {% endfor %}
{% endblock %}