{% extends "base.html" %} {% block title %}{{ rel_path }} (dogfood {{ dogfood_id }}) · Striatum{% endblock %} {% block main %} ← Historical dogfoods · {{ dogfood_id }} {{ rel_path }} type: {{ content_type }} size: {{ size_bytes }} bytes sha256: {{ sha256 }} Raw {% if rendered_md %} {{ rendered_md | safe }} {% elif body_text is not none %} {{ body_text }} {% else %} This file is not renderable inline (binary or unsupported type). Download the raw bytes to inspect. {% endif %} {% endblock %}
← Historical dogfoods · {{ dogfood_id }}
{{ rel_path }}
{{ content_type }}
{{ size_bytes }}
{{ sha256 }}
{{ body_text }}
This file is not renderable inline (binary or unsupported type). Download the raw bytes to inspect.