{% extends "superset/basic.html" %} {% block title %} Add new slice {% endblock %} {% block body %}
{% endblock %} {% block tail_js %} {{ super() }} {% with filename="addSlice" %} {% include "superset/partials/_script_tag.html" %} {% endwith %} {% endblock %}