Vulcan/client/templates/footer.html
2012-09-24 08:53:13 +09:00

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>