{% with title='Tags', url=config.link + '/tags', description='All tags', type='index', image=None, skip_header=not config.header, styles=['/css/home.css'] %} {% include 'common-head.html' %} {% endwith %} Tags {% if tags %} {{ tags|length }} tags {{ tags|sum(attribute=1) }} posts {% endif %} {% if tags %} Sort by Count Sort Alphabetically {% for tag, count in tags %} #{{ tag }} {{ count }} {% endfor %} {% else %} No tags found. {% endif %} {% include 'footer.html' %} {% include 'common-tail.html' %}
No tags found.