Html scraping made easy.

Capture Groups

At this point you have probably notice that we always have something like ${content} on our templates. This is what we call Capture Group. The word inside ${} must be the name of a field you have on the class you passed to the template. You may have as many Capture Groups as you want on a template.