{{ title }}
{% for term in terms %}
{{ term.name | replace(from="Cpp", to="C++") }} ({{ term.pages | length }})
{% endfor %}
{% extends "base.html" %} {% block body %} {% if section.extra.class %} {% set page_class = section.extra.class %} {% else %} {% set page_class = "taxonomy list" %} {% endif %} {% endblock body %} {% block content %} {% if not title %} {% set title = "All " ~ taxonomy.name | replace(from="_",to=" ") | title %} {% endif %}