{% extends "strava/pages/base.html" %} {% load static humanize %} {% block title %}Gallery{% endblock %} {% block content %}
{% comment %} Centered overlay for an activity's card, opened by clicking a gallery item. The card HTML is fetched lazily from ActivityCardView (the same endpoint the activities, dashboard and compare pages use) into .act-modal-host. {% endcomment %} {% endblock %} {% block extra_js %} {% endblock %}