<#ftl ns_prefixes={"D":"http://www.alfresco.org/alfresco/article","xsi":"http://www.w3.org/2001/XMLSchema-instance"}>
${article.title}
<#if article.author[0]??> <#list article.author as author> <#include "${author?replace('.xml', '-details.html')}" parse=false>
${article.location} ${article.date} - ${article.teaser}
<#if article.tag[0]??> Tags: <#list article.tag as tag> ${tag};
<#list article.page as page> <#if page.page_title[0]??>
${page.page_title}
<#if page.page_picture[0]??> <#if page.page_picture.image["@xsi:nil"] == "false"> <#if page_index % 2 == 1>
<#if page.page_picture.caption["@xsi:nil"] == "false">
${page.page_picture.caption}
<#else>
<#if page.page_picture.caption["@xsi:nil"] == "false">
${page.page_picture.caption}
${page.page_body}
Related
<#if article.related[0]??>