{% extends "base.html" %} {% block title %}View {{ rel_path }} · Striatum{% endblock %} {% block main %} ← Home {% if run_breadcrumb %} · Run {{ run_breadcrumb.run_id }} {% endif %} View {{ rel_path }} {{ size_bytes }} bytes {% if mode %}· {{ mode }}{% endif %} {% if rendered_html %} {{ rendered_html | safe }} {% elif text_body %} {{ text_body }} {% else %} {{ message or "Cannot display this file inline." }} {% endif %} {% endblock %} {% block scripts %} {% if text_body %} {% endif %} {% endblock %}
← Home {% if run_breadcrumb %} · Run {{ run_breadcrumb.run_id }} {% endif %}
{{ rel_path }}
{{ text_body }}
{{ message or "Cannot display this file inline." }}