{% extends "base.html" %} {% block title %}Particle explorer · cryoDRGN{% endblock %} {% from "_macros.html" import nav_page_title_span %} {% from "_palette_options.html" import continuous_palette_options %} {% block nav_page_title %}{{ nav_page_title_span("Particle explorer") }}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% include "_particle_explorer_scatter.html" %} {% include "_particle_explorer_montage.html" %}
{% endblock %}