{% extends "base.html" %}
{% block announce %}
{% include ".icons/fontawesome/solid/angles-down.svg" %}
Navigate the site here!
Newest release:
{% include ".icons/material/head-question.svg" %}
Questions?
Open a discussion here!
{% endblock %}
{% block content %}
{% if page.nb_url %}
{% include ".icons/material/download.svg" %}
{% endif %}
{{ super() }}
{% endblock content %}