Vulcan/client/templates/footer.html
2012-09-24 16:12:50 +09:00

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>