Vulcan/client/views/common/footer.html

7 lines
176 B
HTML
Raw Normal View History

<template name="footer">
2012-12-20 17:52:15 +01:00
{{#if footerCode}}
<div class="footer grid {{footerClass}}" style="top: {{distanceFromTop}}px">
{{{footerCode}}}
</div>
2012-12-20 17:52:15 +01:00
{{/if}}
</template>