%- head_tpl({site_title = site_title, title = "Index"}) %>
<%- header_tpl({site_title = site_title}) %>
<%= title %>
Search
Search query
Search results
Recent collections
<% for _, coll in ipairs(idx_data.collections) do %>
<%if coll.tn then %>
<% end %> <%= coll.title.data %> <%if coll.title.lang then %>
<%= coll.title.lang %>
<% end %>
<% end %>
Recent artifacts
<% for _, obj in ipairs(idx_data.objects) do %>
<%if obj.tn then %>
<% end %> <%= obj.title.data %> <%if obj.title.lang then %>
<%= obj.title.lang %>
<% end %>
<% end %>