{{ doc.title | e }}
{% if doc.excerpt %}{{ doc.excerpt | e }}
{% endif %}{% extends "base.html" %} {% block title %}{{ category.label | e }}{% endblock %} {% block meta_description %}Browse {{ category.label | e }} documentation - {{ documents | length }} document{{ 's' if documents | length != 1 else '' }} available.{% endblock %} {# Recursive macro for sidebar navigation tree #} {% macro render_nav_tree(items) %}
{% endmacro %} {% block sidebar_content %} {% endblock %} {% block content %}{{ category.description | e }}
{% endif %}{{ sub.document_count }} document{{ 's' if sub.document_count != 1 else '' }}
{% if sub.description %}{{ sub.description | e }}
{% endif %} {% endfor %}{{ doc.excerpt | e }}
{% endif %}No documents in this category yet.
{% endif %}