Vulcan/client/views/common/footer.html
2013-10-31 11:12:33 +09:00

7 lines
No EOL
141 B
HTML

<template name="footer">
{{#if footerCode}}
<div class="footer grid {{footerClass}}">
{{{footerCode}}}
</div>
{{/if}}
</template>