{% extends "layout.html" %} {% block scripts %} {% endblock %} {% block body %}

Donate to {{ _cfg("your-name") }}

{% include "summary.html" %}

How much?

{% for amt in _cfg("default-amounts").split(" ") %}
{% endfor %}

How often?

{% if len(projects) > 1 %}

What project?

{% endif %}
{% include "goal.html" %}
{% if not user %}

Been here before? Log in to view your donation history, edit recurring donations, and so on.

{% endif %}

Powered by fosspay.

{% endblock %}