{% extends "base.html" %} {% block title %}Knowledge Base - The Orchid Continuum{% endblock %} {% block content %}
Comprehensive educational resources for orchid enthusiasts of all levels
{{ entry.question }}
{% endif %}{% if entry.answer %} {{ entry.answer[:200] }}{% if entry.answer|length > 200 %}...{% endif %} {% elif entry.article %} {{ entry.article[:200] }}{% if entry.article|length > 200 %}...{% endif %} {% endif %}
{% if search_query or category_filter or difficulty_filter or content_type_filter %} Try adjusting your search criteria or filters. {% else %} The knowledge base is being populated. Check back soon! {% endif %}
View All Entries