mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
11 lines
No EOL
310 B
HTML
11 lines
No EOL
310 B
HTML
<template name="footer">
|
|
{{#if tlkio_channel}}
|
|
{{#constant}}
|
|
<div id="tlkio" data-channel="{{tlkio_channel}}" style="width:280px;height:100%;"><a href="http://tlk.io/telescope" class="open-chat">chat</a>
|
|
</div>
|
|
{{/constant}}
|
|
{{/if}}
|
|
<div class="footer grid">
|
|
</div>
|
|
{{{analytics_code}}}
|
|
</template> |