{% extends "base.html" %} {% block title %}{% if page_title %}{{ page_title }} — {% endif %}second-brain{% endblock %} {% block content %}
{{ source.url }}
{% if source.focus %}Focus: {{ source.focus }}
{% endif %}No sources found.
Run second-brain add <url> to queue one.