{% from "_macros.html" import icon %} {% block title %}wave-alpha{% endblock %} {# Page-specific scripts. Only the deepdive page needs lightweight-charts (~176 KB) and deepdive.js; pulling them out of base.html keeps the other pages' DOMContentLoaded from waiting on charting JS. #} {% block page_scripts %}{% endblock %}
{% block content %}{% endblock %}

{{ disclaimer.lstrip('⚠').strip() }}