ow3n test {% assign selected_section = request.path | split: '/' | last %} {% if selected_section == 'section1' %} This is Section 1 content {% elsif selected_section == 'section2' %} This is Section 2 content {% endif %} Show Section 1 Show Section 2 Show Section 3