{% extends "base.html" %} {% import "_macros.html" as m %} {% set masthead_bg = "var(--role-landing)" %} {% block title %}CTD Report — {{ cruise }}{% endblock %} {% block masthead_type %}CTD Report{% endblock %} {% block head_extra %} {% endblock %} {% block masthead_meta %}
{% endblock %} {% block content %} {% if inventory_datasets %}{{ station_pages_note }}
{% endif %} {{ m.report_body(report, center_sections=["map"]) }} {{ js_top_links | safe }} {% endblock %}