<!-- PLUGIN:BODY --> is perhaps the most important (and most misunderstood) of all of the plugins available.
Hyperseek depends on <!-- PLUGIN:BODY --> being in each template that you create, as this plugin is responsible for 90% of the application's output.
<!-- PLUGIN:BODY --> represents the core "reason" the program is currently being run.
<!-- PLUGIN:BODY --> has more than one "meaning" and sets of output.
For example, when you first load the Hyperseek search program in your browser, <!-- PLUGIN:BODY --> will draw the main category list. After you select a category, <!-- PLUGIN:BODY --> is smart enough to know that you've picked a category, so it skips the main list, and instead just draws the listings that belong to the category (other plugins draw the subcategory list and cookie-crumb navigation)
Think of <!-- PLUGIN:BODY --> as the "guts" of the template. In Hyperseek, this plugin wears many hats. Think of <!-- PLUGIN:BODY --> as the reason the page is being drawn, and you'll have an idea of what you can expect from it.
At a minimum, all programs need this plugin in order to perform their most basic tasks.