{% extends "base.html" %} {% block title %}Broken links — Waikiki{% endblock %} {% block content %}
Wikilinks pointing at pages that don't exist. Create the page, fix the link, or leave it as a placeholder.
{% if broken %}| {{ b.from_title }} | → | [[{{ b.target }}]] |
No broken links. 🎉
{% endif %} {% endblock %}