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

Index

📊 Wiki info & stats

Every tag and the pages under it, plus all articles A–Z. Tags come from each page's frontmatter (tags:).

{% if tag_groups %}
{% for g in tag_groups %} {{ g.tag }} ({{ g.count }}) {% endfor %}
{% for g in tag_groups %}
#{{ g.tag }} ({{ g.count }})
{% endfor %} {% else %}

No tags yet — add a tags: line to a page's frontmatter and it'll be indexed here.

{% endif %}
All articles ({{ all_pages | length }})
{% endblock %}