{% from "macros.html" import excel_button %} {% extends "base.html" %} {% block content %} {{ excel_button(["datasets"]) }} {% include "_table_datasets.html" %} {% endblock %} {% block jscript %} {{ super() }} {% endblock %}