{% extends "layouts/base.html" %} {% block content %} Documentation portal {{ page_count }} pages across {{ mounts | length }} mounts. {% if mounts %} {% for mount in mounts %}{{ mount.label }}{{ mount.page_count }} pages{% endfor %} {% else %}No documentation mounts are available.{% end %} {% end %}
{{ page_count }} pages across {{ mounts | length }} mounts.
No documentation mounts are available.