${doc.book.@title}

<#list doc.book.chapter as ch>

${ch.@title}

<#list ch.para as p>

${p}