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

Questions tagged [{{ name }}]

{% if excerpt or description %}
{% if excerpt %}

{{ excerpt|rewrote(to_root) }}

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