{% extends "base.html" %} {% set active_page = 'tax' %} {% block title %}Tax · net-alpha{% endblock %} {% block content %}

Tax

{% include "_density_toggle.html" with context %}
{% set _active_tab = tab_view if tab_view is defined else view %} {% if _active_tab == "wash-sales" %} {% include "_tax_wash_sales_tab.html" with context %} {% elif _active_tab == "harvest" %} {% include "_harvest_tab.html" with context %} {% elif _active_tab == "projection" %} {% include "_projection_tab.html" with context %} {% endif %}
{% endblock %}