HTMX in PostgREST! ``` create or replace function api.index() returns "text/html" as $$ select $html$ ... $html$; $$ language sql; ```