Open
Description
I noticed that some parts of the frontend, like the header links / login status only work when JavaScript is enabled because they're using client-side includes.
I think Warehouse would be faster and more resilient to failure if it was built using progressive enhancement.
Would you welcome pull requests that reduce the dependence on JavaScript when it's not needed? Is there a reason for the existing approach, like not wanting every request to need a session?