app/views/admin/communication/blocks/templates/files/_static.html.erb
<%= block_component_static block, :description %>
files:
<% block.template.elements.each do |element| %>
<% next unless element.blob %>
<%= block_component_static block, :file, template: element, depth: 4, list: true %>
<%= block_component_static block, :title, template: element, depth: 5 %>
<% end %>