GPX Collections
{{ collections|length }} collections • Click markers or list items to explore
{% for collection in collections %}
{% endfor %}
{% extends "base.html" %} {% block title %}GPX Collections Overview{% endblock %} {% block extra_css %} /* Overview-specific styles */ .collections-list { margin: 0; } .collection-card { padding: 15px 0; border-bottom: 1px solid #e0e0e0; transition: background 0.2s ease; } .collection-card:hover { background: rgba(44, 90, 160, 0.05); } .collection-card:last-child { border-bottom: none; } .collection-card h3 { margin: 0 0 5px 0; color: #2c5aa0; font-size: 1.1em; } .collection-card a { text-decoration: none; color: inherit; } .collection-card p { margin: 5px 0 0 0; font-size: 0.9em; color: #666; } {% endblock %} {% block header %} {% endblock %} {% block map_container %}