In this example categorized lists are generated. The data from several rows of the table is inserted into a loop region of the source file between the two pseudo macros __LOOP__ and __ENDLOOP__
One output file is generated for each category - therefore a single source file is used. To obtain a single HTML file with multiple sections you can combine the output files to a single file with the cat command cat target/* > output.html