\${head}
\${title}
\${body}
<#list sitemap.sections as section>
\${section.name}
<#list section.pages as otherPage> <#if otherPage = page>
\${otherPage.title}
<#else>
\${otherPage.title}
#if> #list>
#list>