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

Search

Advanced ▸

Hybrid keyword + semantic search across all pages, sub-pages included. Use Advanced to scope to a partition or exclude sub-pages.

{% if q %}

{{ results | length }} result(s) for “{{ q }}”.

{% endif %} {% endblock %}