<%- header_tpl({site_title = site_title, title = fname}) %>

<%= breadcrumbs[#breadcrumbs][2] -%>: <%= fname %>

Classification

<% for i, bc in ipairs(breadcrumbs) do %> <% cls, label = table.unpack(bc) %> <% if i ~= 1 then %>  ➳  <% end %> <%= label -%> <% end %>

Metadata

<% for p, ol in pairs(techmd) do %>
<% if ol.label then %><%= ol.label %> <% else %><%= ol.uri %><% end %>
<% for _, o in ipairs(ol) do %>
<%= o %>
<% end %> <% end %>
<% if #rel > 0 then %>

Relationships

<% for p, ol in pairs(rel) do %>
<% if ol.label then %><%= ol.label %> <% else %><%= ol.uri %><% end %>
<% for _, o in ipairs(ol) do %>
<%= o.data %>
<% end %> <% end %>
<% end %> <% if deliverable then %>
<% if mconf.presentation_type == "image" then %> <%else %> Download file <% end %>
<% end %>