{% extends "base.html" %} {% import 'partials/_components.html' as components %} {% block topbar_current %}gallery{% endblock %} {% block title %}TESS QuickLook Gallery{% endblock %} {% block head %} {% endblock %} {% block before_topbar %}
{% endblock %} {% block content %}{% if search_name %} No images match “{{ search_name }}”. Clear filter to see everything. {% else %} No images yet — run your first target and a thumbnail will appear here. {% endif %}
{% endif %}