{% extends "layout.html" %} {% block title %}Config{% endblock %} {% block page %}
Income Sources {% for src in income_sources %} {% endfor %}
Label Amount Match From To
Recurring Expenses {% for exp in recurring_expenses %} {% endfor %}
Label Amount Recurrence Match From To
Savings Goals (per year) {% for goal in savings_goals %} {% endfor %}
Label Amount
{% endblock %}