{% extends "base.html" %}
{% block announce %}
🚀 Join our Discord for more time-series ML tips and help!
{% endblock %}
{% block content %}
{% if page.nb_url %}
{% include ".icons/material/download.svg" %}
{% endif %}
{{ super() }}
{% endblock content %}