{% extends "base.html" %} {% block title %}Today — {{ company.config.name or company.slug }}{% endblock %} {% block content %}
{% if active_project %}Here's what's in {{ active_project.slug }}. {% else %}Here's what's in the {{ company.config.name or company.slug }} brain.{% endif %}
Nothing in the brain yet{% if active_project %} for {{ active_project.slug }}{% endif %}. Use + Add to Brain to start teaching Solly.
{% else %}No decisions recorded yet.
{% endif %}No sources recorded yet.
{% endif %}