<#-- Body section of the GetFeature template, it's provided with one feature collection, and will be called multiple times if there are various feature collections --> <#if collection??> <#-- Expended only in OGC Features -->

${data.type.name}

<#else>

${data.type.name}

<#list data.type.attributes as attribute> <#if !attribute.isGeometry> <#list data.features as feature> <#list feature.attributes as attribute> <#if !attribute.isGeometry>
fid${attribute.name}
${feature.fid}${attribute.value?string}
<#-- MAP PLACEHOLDER -->