Table of Contents
[%
IF chapter.level != 3;
t = 'api/root/' _ chapter.id _ '.tt';
INCLUDE $t level=chapter.level title=chapter.title id=chapter.id uri=chapter.uri;
ELSE;
t = 'api/root/collection.tt';
colname = chapter.id;
INCLUDE $t level=chapter.level title=chapter.title id=chapter.id uri=chapter.uri col=collections.$colname;
END;
-%]
[% END -%]