{% extends "base.html" %}
{% block announce %}
🎉 PyPSA 1.0 is here! Check out what's new and the new landing page. 🎉
{% endblock %}
{% block outdated %}
You're not viewing the latest version.
Click here to go to latest.
{% endblock %}
{% block site_meta %}
{{ super() }}
{% endblock %}
{% block content %}
{% if page.nb_url %}
{% include ".icons/material/download.svg" %}
{% endif %}
{{ super() }}
{% endblock content %}