[%- # render one level of toc and call recursively itself if there are
# nested levels.
# expected args:
# subs - an array with keys indentical to 'toc' from above.
-%]
[%- FOREACH sec = subs -%]
-
[%- sec.title -%][%- IF sec.abstract -%]
[%- sec.abstract -%]
[%- END -%][%- IF sec.subs -%][%- PROCESS page_toc_section subs=sec.subs -%][%- END -%]
[%- END -%]