{% extends "base.html" %} {% block title %}Orphan pages — Wiki{% endblock %} {% block content %} {% include "wiki/_layout.html" %}

Orphan pages

Pages that no other page links to. They might still be in the navigation or directly bookmarked, but if not, consider linking them from the relevant section.

{% if orphans %} {% else %}
No orphan pages.
{% endif %} {% endblock %}