% @page_title = "Home" %>
<% content_for :header do %>
<% end %>
<% if collection = @filter.single_collection || Current.user.collections.first %>
<%= button_to collection_cards_path(collection), method: :post, class: "btn btn--link txt-x-small margin-block-end-double", form_class: "center" do %>
<%= icon_tag "add" %>
Add a card
<% end %>
<% end %>