{% extends 'layout.html' %} {% block header %}

{% block title %} Net Worth {% endblock %}

{% endblock %} {% block content %}
{% with net_worth_display = net_worth|currency %} {% set vbox_width = calculate_svg_balance_width(net_worth_display) %} $ {{ net_worth_display }} {% endwith %}

Bank Accounts

Credit Cards

{% endblock %}