For example, the StoredProcedure header template doesn't have any special formatting that shows child topics which are all the stored procedures in a database. The following expression embedded into the topic performs this task:
<<%= ChildTopicsTableHtml(oHelp,"DATASTOREDPROC","Procedure", "oHelp.FormatHtml(oHelp.oTopic.Body)","oHelp.oTopic.Syntax" )%>>
Make sure you write this as a single line. The output generated by embedding this string looks like this:

The ChildTopicsTableHtml() function takes four parameters:
The last two parameters are optional - if you leave them out the body topic is rendered.