{% extends "base.html" %} {% block title %}Broken links — Waikiki{% endblock %} {% block content %}

Broken links — {{ current_wiki_name }}

Wikilinks pointing at pages that don't exist. Create the page, fix the link, or leave it as a placeholder.

{% if broken %} {% for b in broken %} {% endfor %}
{{ b.from_title }} [[{{ b.target }}]]
{% else %}

No broken links. 🎉

{% endif %} {% endblock %}