{#include main} {#title}Static Resources{/title} {#style} .static{ margin-top: 5px; } {/style} {#body} {#let folder=currentRequest.params.get("path")}
{folder}
{#for childOfFolder in info:staticResourceInfo.resourceMap.get(folder).children}
{#if !childOfFolder.isFolder} {childOfFolder.lastName} {#else} {childOfFolder.lastName} {/if}
{/for} {/let} {/body} {/include}