{% load parody_web %}{% account as who %}{% comment %} The account chip. Shown wherever a reader needs to know whose notes they are making — the masthead on every book page. Deliberately quiet: a picture (or an initial) and a name, with sign in/out behind it. A book is not an app dashboard. {% endcomment %}
{% if who.signed_in %} {% if who.avatar %} {% else %} {% endif %}
{% csrf_token %}
{% else %} Sign in {% endif %}