{% load static django_htmx stravakit_map %}
{# `athlete`, `athlete_id` and `athletes` come from AthleteScopedMixin (see strava.views). #}
{% block brand %}django-stravakit{% endblock %} · {% block title %}{% endblock %}
{# Warm up the map-tile CDN so activity-card maps load without a handshake delay. #}
{# One tile URL for every map on the page (Leaflet and the static card maps), key included. #}
{% block fonts %}{% endblock %}
{% block extra_css %}{% endblock %}
{% block logo %}
{% endblock %}
{% comment %}
`data-carry` names the query parameters a page understands, so the filter set on one
page follows the visitor to the next (ui.js rebuilds the href from the current URL as
the link is used). Gear's search is over gear names, so it inherits the athlete only.
{% endcomment %}