blob: a22c7576495f71dcd3c6e05d65e998bec57c7cf1 [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='#{cdnRoot}/vendors/waypoint.js')
script(type='text/javascript', src='#{cdnRoot}/vendors/jquery.lazyload.min.js')
script(type='text/javascript', src='#{cdnRoot}/javascripts/chart-list-data.js?_v_=#{buildVersion}')
script(type='text/javascript', src='#{cdnRoot}/javascripts/chart-list-data-gl.js?_v_=#{buildVersion}')
script(type='text/javascript', src='#{cdnRoot}/javascripts/chart-list.js?_v_=#{buildVersion}')