<%= render 'shared/logo', width: 50, height: 50, class: 'mx-auto' %>

<%= t('open_file_from') %> <%= params[:filename].presence || params[:url] %>

<%= link_to t('cancel'), root_path, class: 'white-button w-44' %> <%= form_for '', url: templates_upload_path, method: :post do |f| %> <%= f.button button_title(title: t('open')), class: 'base-button w-44' %> <% end %>