{{number}} {{text}}

    {% for item in discussions %}
  1. {{item.name}} says:

    {{item.date}}

    {{item.content}}
    {% if item.secondary_button %} {{item.secondary_button}} {% endif %} {% if item.nested %}
      {% for item in item.nested %}
    1. {{item.name}} says:

      {{item.date}}

      {{item.content}}
      {% if item.secondary_button %} {{item.secondary_button}} {% endif %}
    2. {% endfor %}
    {% endif %}
  2. {% endfor %}