mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
12 lines
No EOL
331 B
HTML
12 lines
No EOL
331 B
HTML
<template name="footer">
|
|
{{#if tlkioChannel}}
|
|
{{#constant}}
|
|
<div id="tlkio" data-channel="{{tlkioChannel}}" style="width:280px;height:100%;"><a href="http://tlk.io/telescope" class="open-chat">chat</a>
|
|
</div>
|
|
{{/constant}}
|
|
{{/if}}
|
|
<div class="footer grid">
|
|
{{{footerCode}}}
|
|
</div>
|
|
{{{analyticsCode}}}
|
|
</template> |