{% extends 'layout.html' %} {% set page_title = _('Tags') %} {% block body %}

{{ _('Tags') }}

{% trans %} Questions are grouped and flagged by tags. By using the right tags you make it easier for others to find questions again. The following tags are the most common: {% endtrans %} {% if tags %}

{% endif %} {% endblock %}