{{ excerpt|rewrote(to_root) }}
Questions tagged [{{ name }}]
{% if excerpt or description %}
{% for question in questions %}
{% if excerpt %}
{% endif %}
{% endif %}
{% if description %}{{ description|rewrote(to_root) }}{% endif %}
{{ nb_questions }} questions
{% include "question_list_item.html" %}
{% endfor %}
{% with target=["questions", "tagged", name]|join("/") %}{% include "pagination.html" %}{% endwith %}