<%= link_to root_path, class: 'flex items-center' do %> <%= svg_icon('chevron_left', class: 'w-5 h-5') %> <%= t('home') %> <% end %>

<%= svg_icon('folder', class: 'w-9 h-9 flex-shrink-0') %> <%= t('shared') %>

<% if params[:q].present? || @pagy.pages > 1 %> <%= render 'shared/search_input' %> <% end %>
<% if @pagy.count.nil? || @pagy.count > 0 %>
<%= render partial: 'templates/template', collection: @templates %>
<% elsif params[:q].present? %>
<%= t('templates_not_found') %>
<% end %> <%= render 'shared/pagination', pagy: @pagy, items_name: 'templates' %>