{% extends "base.html" %} {% block announce %} {% include ".icons/material/new-box.svg" %} New: Check out our latest features in the documentation! {% endblock %} {% block extrahead %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}