Vulcan/client/templates/footer.html

12 lines
333 B
HTML
Raw Normal View History

<template name="footer">
2012-09-24 09:41:15 +09:00
{{#constant}}
{{#if tlkio_channel}}
<div id="tlkio" data-channel="{{tlkio_channel}}" style="width:280px;height:100%;"><a href="http://tlk.io/telescope" class="open-chat">chat</a>
</div>
2012-09-24 08:53:13 +09:00
{{/if}}
<div class="footer grid">
2012-09-24 09:41:15 +09:00
{{{footer_code}}}
</div>
{{{analytics_code}}}
2012-09-24 09:41:15 +09:00
{{/constant}}
</template>