%- # License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE -%>
<%= yield(:title) || "Donate with #{Houdini.general.name}" %>
<%= render 'layouts/stylesheets' %>
<%= yield :stylesheets %>
<%= favicon_link_tag %>
<%= csrf_meta_tags %>
<%= yield %>
<%= render 'layouts/javascripts' %>
<%= yield :javascripts %>