{% autoescape false %}
{% if env.pywb_proxy_magic %}
{% set whichWombat = 'wombatProxyMode.js' %}
{% else %}
{% set whichWombat = 'wombat.js' %}
{% endif %}
{% if not wb_url.is_banner_only or (env.pywb_proxy_magic and (config.enable_auto_fetch or config.proxy.enable_wombat)) %}
{% else %}
{% endif %}
{% if config.enable_flash_video_rewrite or config.transclusions_version == 1 %}
{% elif config.transclusions_version == 2 %}
{% endif %}
{{ banner_html }}
{% endautoescape %}