2012-09-21 07:51:47 +09:00
|
|
|
<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}}}
|
2012-09-21 07:51:47 +09:00
|
|
|
</template>
|