blob: ebedfcf5aef189b16034e0fc89d09048ee5dea52 [file] [log] [blame]
extends layouts/inner
block inner_content
#left-chart-nav
ul
#explore-container
#toolbar
#theme
span Theme:
a(href="./index.html" title="default" class="default")
span
a(href="./index.html?theme=light" title="light" class="light")
span
a(href="./index.html?theme=dark" title="dark" class="dark")
span
.chart-list-panel
block extra_js
script(type='text/javascript', src='#{host}/vendors/waypoint.js')
script(type='text/javascript', src='#{host}/vendors/jquery.lazyload.min.js')
script(type='text/javascript', src='#{host}/javascripts/chart-list-data.js?_v_=#{buildVersion}')
script(type='text/javascript', src='#{host}/javascripts/chart-list-data-gl.js?_v_=#{buildVersion}')
script(type='text/javascript', src='#{host}/javascripts/chart-list.js?_v_=#{buildVersion}')