{%-for item in include.collection-%}
  • {%- if item.url -%} {{ item.title }} {%- else -%} {{ item.title }} {%- endif -%}
  • {%-if item.post_list-%} {% include post_list.html category=item.post_list.category limit=item.post_list.limit show_more=item.post_list.show_more show_more_text=item.post_list.show_more_text show_more_url=item.post_list.show_more_url -%} {%-endif-%} {%-if item.entries-%} {%-include menu_item.html collection=item.entries-%} {%-endif-%} {%-endfor-%}