{% extends "base.html" %} {% block title %}{{ file.path.name }} — Video to LLM{% endblock %} {% block content %}

{{ file.path.name }}

{{ file.relative }}

Save a copy
{% if file.is_image %} {{ file.path.name }} {% elif file.is_text %} {% if truncated %}

This file is large, so only the first part is shown here. Save a copy to read all of it.

{% endif %}
{{ text }}
{% else %}

This file cannot be shown here. Save a copy to open it.

{% endif %}
{% endblock %}