<% let url = join_paths(["/fs", &title]); %> <%= title %> <% if title != "/" { %> Go up <% } %> <% for (idx, entry) in entries.iter().enumerate() { %> <% let entry_url = join_paths([url.as_str(), &entry.name]); %> <% } %>
Name Size MTime
" alt="<%= entry.thumbnail.alt() %>" <% if entry.link { %> class="icon-link" <% } %>> class="has-preview" onclick="preview_on_click(this, event)"<% } %>><%= entry.name %> title = "This applies to the file or directory that the link points to, not the link itself"<% } %>><% if let SizeType::Bytes = entry.size_type { %><%= display_bytes(entry.size) | disp %><% } else { %><%= display_items(entry.size) | disp %><% } %><% if entry.link { %>*<% } %> <%= time::OffsetDateTime::from_unix_timestamp(entry.mtime).unwrap().format(time::macros::format_description!("[year]-[month]-[day] [hour padding:zero repr:24]:[minute padding:zero]:[second padding:zero]Z")).unwrap() | disp %>
<% if entries.is_empty() { %> (No Entries) <% } %>
/