{%- if site.rollbarToken -%}
{%- endif -%}
{% assign scriptData = site.data.[page.folderName][lang][file] %}
{%- if site.removeJquery != true -%}
{%- endif -%}
{%- if site.removeBootstrapJs != true -%}
{%- endif -%}
{%- if page.layout == "post" -%}
{%- endif -%}
{{site.data.customcdns.customcdns.jsfiles}}
{%- if scriptData.jsfilepaths -%}
{%- for path in scriptData.jsfilepaths -%}
{%- endfor -%}
{%- endif -%}
{%- if scriptData.jscdns -%}
{%- for item in scriptData.jscdns -%}
{{item}}
{%- endfor -%}
{%- endif -%}
{%- if site.show_allow_ad_blocker_pop -%}
{%- endif -%}
{%- include google-analytics.html -%}