<%- include("../../../src/web/views/partials/layout-top", { title }) %>

<%= log.name %>

<%= formatBytes(log.size) %> · modified <%= formatDate(log.modified_at) %>

Back Download
<% if (log.truncated) { %>
Showing only the latest 256 KB.
<% } %>
<%= log.content %>
<%- include("../../../src/web/views/partials/layout-bottom") %>