{% extends "base.html" %} {% block title %}Dogfood {{ dogfood_id }} · Striatum{% endblock %} {% block main %} ← Historical dogfoods Dogfood {{ dogfood_id }} {{ files | length }} file{{ "" if files | length == 1 else "s" }} From dogfood-historical/{{ dogfood_id }}/ in blob storage. {% if files %} Path Size Last modified {% for file in files %} {{ file.rel_path }} {{ file.size_bytes }} {{ file.last_modified or "—" }} {% endfor %} {% else %} No files indexed under this dogfood id. {% endif %} {% endblock %}
← Historical dogfoods
{{ dogfood_id }}
{{ files | length }} file{{ "" if files | length == 1 else "s" }} From dogfood-historical/{{ dogfood_id }}/ in blob storage.
dogfood-historical/{{ dogfood_id }}/
{{ file.rel_path }}
{{ file.last_modified or "—" }}
No files indexed under this dogfood id.