{% if site.github %}
{% else %}
{% endif %}
{% if site.github %}
{% else %}
{% for file in site.data.configBridge.paths.docsJs %}
{% endfor %}
{% endif %}
{% if page.slug == "getting-started" or page.slug == "css" or page.slug == "components" or page.slug == "js" %}
{% endif %}
{% if page.slug == "customize" %}
{% if site.github %}
{% else %}
{% for file in site.data.configBridge.paths.customizerJs %}
{% endfor %}
{% endif %}
{% endif %}