{% if page.home %} Liquid {% else %} Liquid {% endif %}
{%- assign sections = "basics, tags, filters" | split: ", " -%}
{%- for section in sections -%}

{{ section | capitalize }}

    {%- for item in site[section] -%}
  • {{ item.title }}
  • {%- endfor -%}
{%- endfor -%}
{%- if sections contains page.collection -%} {%- endif -%}