Vulcan/client/templates/footer.html

12 lines
331 B
HTML
Raw Normal View History

<template name="footer">
2012-09-24 16:12:50 +09:00
{{#if tlkioChannel}}
2012-09-24 09:45:34 +09:00
{{#constant}}
2012-09-24 16:12:50 +09:00
<div id="tlkio" data-channel="{{tlkioChannel}}" style="width:280px;height:100%;"><a href="http://tlk.io/telescope" class="open-chat">chat</a>
2012-09-24 09:45:34 +09:00
</div>
{{/constant}}
2012-09-24 08:53:13 +09:00
{{/if}}
2012-09-24 10:09:53 +09:00
<div class="footer grid">
2012-09-24 16:12:50 +09:00
{{{footerCode}}}
2012-09-24 10:09:53 +09:00
</div>
2012-09-24 16:12:50 +09:00
{{{analyticsCode}}}
</template>