{% set city = app.request.headers.get('CloudFront-Viewer-City') %} {% set state = app.request.headers.get('CloudFront-Viewer-Country-Region') %} {% set zip = app.request.headers.get('CloudFront-Viewer-Postal-Code') %} {% if findMajor|default(false) %} {% set xyz_area = findMajor.xyzArea %} {% set xyz_program = findMajor.xyzProgram %} {% elseif findCategory|default(false) %} {% set xyz_area = findCategory.xyzArea %} {% set xyz_program = findCategory.xyzProgram %} {% endif %} {% set xyz_id = xyz_id|default('xyzid') %} {% if home %} {% set border_color = '#ffc107' %} {% else %} {% set border_color = '#0071bc' %} {% endif %} {% if wide %}