{% extends "base.html" %} {% block title %}Knowledge — {{ company.config.name or company.slug }}{% endblock %} {% block content %}

Knowledge

{% if sources %} {% else %}

Nothing in the knowledge library{% if active_project %} for {{ active_project.slug }}{% endif %} yet. Use + Add to Brain to start.

{% endif %} {% endblock %}