{% extends "base.html" %} {% block title %}{{ rel_path }} (dogfood {{ dogfood_id }}) · Striatum{% endblock %} {% block main %}

{{ 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 %}