diff --git a/caravel/templates/caravel/explorev2.html b/caravel/templates/caravel/explorev2.html index 679ec83bd98e0..760f9b01cef6c 100644 --- a/caravel/templates/caravel/explorev2.html +++ b/caravel/templates/caravel/explorev2.html @@ -1,5 +1,13 @@ {% extends "caravel/basic.html" %} +{% block title %} + {% if slice_name %} + [slice] {{ slice_name }} + {% else %} + [explore] {{ table_name }} + {% endif %} +{% endblock %} + {% block body %}