Vulcan/client/views/common/footer.html
2015-01-12 11:35:53 +09:00

10 lines
No EOL
251 B
HTML

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