{% extends "base.html" %} {% block content %}

Tags

A tag is a keyword or label that categorizes your question with other, similar questions.

{% for tag, nb_questions, excerpt in tags %}
{% if excerpt %}
{{ excerpt }}
{% endif %}
{{ nb_questions}} question{{ nb_questions|pluralize }}
{% endfor %}
{% with target="tags" %}{% include "pagination.html" %}{% endwith %}
{% endblock %} {% block bodytail %} {% endblock %}