Don't use the find command, use grep.
grep -R "the word that is being looked for" /the/folder/to/search
That's it. Well that's it if you don't use |less or any other delimiter. This command is perfect for debugging code, especially when your website is not valid html. Searching through different templates can be very daunting, GREP makes it easy.