{% block head_extra %}{% endblock %}
{% if user.is_authenticated %} owner view ({{ user.get_username }}) ยท
{% csrf_token %}
sign out
{% else %}
owner sign in
{% endif %}
{% block body %}{% endblock %}