Vulcan/client/views/common/footer.html

7 lines
141 B
HTML
Raw Normal View History

<template name="footer">
2012-12-20 17:52:15 +01:00
{{#if footerCode}}
2013-10-31 11:12:33 +09:00
<div class="footer grid {{footerClass}}">
{{{footerCode}}}
</div>
2012-12-20 17:52:15 +01:00
{{/if}}
</template>