#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>
#list>
#if>
${article.location} ${article.date} - ${article.teaser}
<#if article.tag[0]??>
Tags:
<#list article.tag as tag>
${tag};
#list>
#if>
<#list article.page as page>
<#if page.page_title[0]??>
${page.page_title}
#if>
<#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}
#if>
<#else>

<#if page.page_picture.caption["@xsi:nil"] == "false">
${page.page_picture.caption}
#if>
#if>
#if>
#if>
${page.page_body}
#list>
Related
<#if article.related[0]??>
#if>
<#if article.include_legal_text == "true">
<#include "/legal.html" parse=false>
#if>