Vulcan/client/views/common/footer.html

10 lines
No EOL
227 B
HTML

<template name="footer">
{{#if footerCode}}
<div class="footer grid {{footerClass}}">
{{{footerCode}}}
</div>
{{/if}}
{{#each footerModules}}
{{> UI.dynamic template=getTemplate}}
{{/each}}
</template>