{%- if not config.extra.disable_javascript %}
{%- if page.extra.mermaid | default(value=(section.extra.mermaid | default(value=config.extra.mermaid))) %}
{% include "partials/mermaid.html" %}
{%- endif %}
{%- if config.extra.goatcounter.endpoint %}
{%- if config.extra.goatcounter.src %}
{%- set goatcounter_src = config.extra.goatcounter.src %}
{%- elif config.extra.use_cdn %}
{%- set goatcounter_src = "//gc.zgo.at/count.js" %}
{%- else %}
{%- set goatcounter_src = m_url::rel(there=get_url(path=`js/gc.min.js`, cachebust=true), here=g_here, base=g_base) %}
{%- endif %}
{%- if config.extra.goatcounter.noscript_prefix is defined and current_path is defined %}
{%- endif %}
{%- endif %}
{%- if config.extra.vercel_analytics.src %}
{%- endif %}
{%- endif %}