{% extends "wiki/base.html" %} {% set title = _('All Tags') %} {% block title %}{{ page_title(title) }}{% endblock %} {% block content %}
{{ _('There are no tags.') }}