Vulcan/client/templates/footer.html

12 lines
335 B
HTML
Raw Normal View History

<template name="footer">
2012-09-24 09:45:34 +09:00
{{#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}}
2012-09-24 08:53:13 +09:00
{{/if}}
2012-09-24 10:09:53 +09:00
<div class="footer grid">
{{{footer_code}}}
</div>
{{{analytics_code}}}
</template>