···141141142142## search
143143144144-There is native search on the site for now. Taking
144144+There is no native search on the site for now. Taking
145145inspiration from https://htmx.org's search bar, our search
146146bar also simply redirects to Google:
147147148148-```
148148+```html
149149<form action="https://google.com/search">
150150 <input type="hidden" name="q" value="+[inurl:https://docs.tangled.org]">
151151 ...