static S haudioAutoplay(S src, O... _) { S noAudioMsg = "Your browser doesn't seem to play audio."; if (odd(l(_))) { noAudioMsg = strOrEmpty(first(_)); _ = dropFirst(_); } ret htag audio(noAudioMsg, paramsPlus(_, +src, autoplay := true)); }