{% set active_service = "" %} {% set active_work = "" %} {% set active_about = "" %} {% set active_contact = "" %} {% set active_legal_notice = "" %} {% if page == "our_services" %} {% set active_service = "active" %} {% elseif page == "our_works" %} {% set active_work = "active" %} {% elseif page == "about_us" %} {% set active_about = "active" %} {% elseif page == "contact_us" %} {% set active_contact = "active" %} {% elseif page == "legal_notice" %} {% set active_legal_notice = "active" %} {% endif %}