<%= user.name || user.username %>
Sign out
Embedder
Upload a file or drag n' drop into the dashed region
Click the file to copy the url
<% if (Count > 0) { %>
<% files.forEach(function(file) { %>
<%= file.path %>
<% }); %>
<% } %>