{% extends "base.html" %} {% set active_tab = 'files' %} {% block title %}{{ filename }} - Second Brain{% endblock %} {% block content %}
{% if filepath and '/' in filepath %} {% endif %} {% set dir_path = filepath.rsplit('/', 1)[0] if '/' in filepath else '' %}
⬇️ Download {% if dir_path %} ← Back {% else %} ← Back {% endif %}
{{ content | e }}
{% endblock %}