<div class="embedding indention">
  <% const embeddingId = counter.next(); %>
  <div data-toggle="collapse" data-target="#embedding-<%= embeddingId %>" class="collapsable-control">
    <a><%= embedding.name ? embedding.name : `Attachment ${index + 1} (${embedding.mimeType})` %></a>
    <a href="embeddings/<%= embedding.fileName %>" download target="_blank">
      <span class="download-button glyphicon glyphicon-download-alt"></span>
    </a>
  </div>
  <div id="embedding-<%= embeddingId %>" class="collapse collapsable-details<%= expand_all_steps ? ' in' : '' %>">
      <pre class="embedding-content">This file cannot be displayed. Use download button to get the content as file.</pre>
  </div>
</div>
