Type
Repository

Search Name

Search Content

<#if results.getPayload()??>
Search Results ${results.getPayload().getLastRow()} of ${results.getPayload().getNumFound()}
<#list table.getTitle() as h> <#list table.getList() as t> <#list t.getRow()?keys as key>
${h}
${t.getRow()[key]}