+
+
+ {%- endif %}
+
+ {%- if item.title %}
+
+ + {%- if item.url %} + + {%- endif %} + {{- icon(item.icon) if item.icon -}} + {{- item.title | safe -}} + {%- if item.url %} + + {%- endif %} +
+ {%- endif %} + {{ prose({ classes: "card__meta", text: item.description.text, html: item.description.html }) | indent(10) if item.description }} + {%- set hasNonGarden = false %} + {%- for tl in item.tagLinks %} + {%- if tl.text != "garden" %}{%- set hasNonGarden = true %}{%- endif %} + {%- endfor %} + {%- if hasNonGarden %} +
+ {%- for tl in item.tagLinks %}
+ {%- if tl.text != "garden" %}
+ {{ tl.text }}
+ {%- endif %}
+ {%- endfor %}
+
+ {%- endif %}
+ {%- if item.published or item.badges %}
+
+ {%- endif %}
+