mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
8 lines
No EOL
194 B
HTML
8 lines
No EOL
194 B
HTML
<template name="footer">
|
|
{{#if footerCode}}
|
|
<div class="footer grid {{footerClass}}" style="top: {{distanceFromTop}}px">
|
|
{{{footerCode}}}
|
|
</div>
|
|
{{/if}}
|
|
{{{extraCode}}}
|
|
</template> |