Skip to content

I can do all things through him who strengthens me. Philippians 4:13

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 %}