📁 Garden
{{ garden.title }}
{% if garden.config.description %}{{ garden.config.description }}
{% endif %}
→ Explore Garden
{% extends "base.html" %} {% block title %}Gardens - {{ site_name }}{% endblock %} {% block content %}
Explore different gardens of knowledge and creativity
{{ garden.config.description }}
{% endif %}{{ item.metadata.description }}
{% elif item.content %}{{ item.content|striptags|truncate(150) }}
{% endif %}