https://github.com/redstreet/fava-investor/issues/10
We will likely need to display a page with "tabs," with tabs for asset allocation, TLH, rebalancing, etc. See the holdings page in fava for an example.
The holdings page uses def holdings_by() in
fava/applications.py. Static pages suffices for us, unlike the holdings
page which is parameterized. Can we do this in an extension?
Can someone with flask/jinja/web knowledge help or give me some tips, or better yet, submit a PR here and show me how to do it. I'm finding I'm spending too much time reverse-engineering and learning flash/jinja/web programming paradigms, hence the request.
Thank you very much in advance!