{% extends "base.html" %} {% block title %}Knowledge — {{ company.config.name or company.slug }}{% endblock %} {% block content %}
{{ s.content[:200] if s.content else s.file_path }}
Nothing in the knowledge library{% if active_project %} for {{ active_project.slug }}{% endif %} yet. Use + Add to Brain to start.
{% endif %} {% endblock %}