{% for item in site.content_table %} {% if item.url %}
  • {{ item.title }}
  • {% else %}
  • {{ item.title }}

    {% if item.links %}
      {% for subitem in item.links %}
    • {{ subitem.title }}
    • {% endfor %}
    {% endif %}
  • {% endif %} {% endfor %}