{% for group in section.extra.pattern_groups %}

{{ group.name }}

{% for pattern in group.patterns %} {% set_global pattern_path = "content" ~ pattern.url ~ ".md" %} {% set_global file_exists = load_data(path=pattern_path, required=false) %}
{{- pattern.title -}}
{{- pattern.description -}}
{% if not file_exists %} Soon {% endif %}
{% endfor %}
{% endfor %}