{% for theme in theme_group.themes %}
{%
set theme_classes = [
theme.is_default ? 'theme-default',
theme.is_admin ? 'theme-admin',
'card',
'card--' ~ card_alignment,
'card-list__item',
]
%}
{%
set theme_title_classes = [
'card__content-item',
'heading-f',
]
%}
{%
set theme_description_classes = [
'card__content-item',
]
%}
{% if theme.screenshot %}
{{ theme.screenshot }}
{% endif %}
{{- theme.name }} {{ theme.version -}}
{% if theme.notes %}
({{ theme.notes|safe_join(', ') }})
{%- endif -%}
{% if theme.description and theme.description_id %}
{{ theme.description }}
{%- endif -%}