{% block title %}FoxFitt{% endblock %}
{# `deployment_timestamp` is provided by core.context_processors.project_context —
it's injected into every template so the browser (and any CDN in front of
the app) sees a fresh URL whenever the process restarts. The old template
used `request.timestamp` which doesn't exist on Django request objects and
always fell back to a fixed '1.0' — meaning CDNs cached the CSS forever. #}
{% block extra_css %}{% endblock %}
{% if user.is_authenticated %}