<%= render partial: "components/header", locals: { page_title: "Donations" } %> <%= render layout: "components/main_simple" do %>

Your financial contributions to the development and upkeep of Kosmos software and services.

<% if @donations.any? %> <% else %>

No donations to show.

<% end %>
<% end %>