{% block navbar %}
- {% if not viz or viz.request.args.get("standalone") != "true" %}
+ {% if not standalone_mode %}
{% include 'appbuilder/navbar.html' %}
diff --git a/caravel/templates/caravel/dashboard.html b/caravel/templates/caravel/dashboard.html
index f559e672e6af..f6c65fcd21be 100644
--- a/caravel/templates/caravel/dashboard.html
+++ b/caravel/templates/caravel/dashboard.html
@@ -71,7 +71,9 @@
Choose how frequent should the dashboard refresh
-
+ {% if not standalone_mode %}
+
+ {% endif %}
@@ -83,31 +85,33 @@
-
-
-
-
-
-
-
-
-
-
-
+ {% if not standalone_mode %}
+