{% if title %}

{{ title }}

{% endif %} {% if options.alignment == 'horizontal' %} {% for row in items %} {% for column in row.content %} {{ column.content }} {% endfor %} {% endfor %} {% else %} {% for column in items %} {% for row in column.content %} {{ row.content }} {% endfor %} {% endfor %} {% endif %}