+
+
-
{{ slot }}
+
{{ slot }}
diff --git a/src/cf_ui/templates/cotton/cf/modal.html b/src/cf_ui/templates/cotton/cf/modal.html
index 3326396..4624a6b 100644
--- a/src/cf_ui/templates/cotton/cf/modal.html
+++ b/src/cf_ui/templates/cotton/cf/modal.html
@@ -1,2 +1,2 @@
-
+
{% load cf_ui %}{% cf_ui_theme_path "modal" as cf_ui_partial %}{% include cf_ui_partial %}
diff --git a/src/cf_ui/templates/cotton/cf/panel.html b/src/cf_ui/templates/cotton/cf/panel.html
index 5c264c6..8acff58 100644
--- a/src/cf_ui/templates/cotton/cf/panel.html
+++ b/src/cf_ui/templates/cotton/cf/panel.html
@@ -1,2 +1,2 @@
-
+
{% load cf_ui %}{% cf_ui_theme_path "panel" as cf_ui_partial %}{% include cf_ui_partial %}
diff --git a/src/cf_ui/templates/cotton/cf/tabs.html b/src/cf_ui/templates/cotton/cf/tabs.html
index fe69836..f6ed9fc 100644
--- a/src/cf_ui/templates/cotton/cf/tabs.html
+++ b/src/cf_ui/templates/cotton/cf/tabs.html
@@ -1,2 +1,2 @@
-
+
{% load cf_ui %}{% cf_ui_theme_path "tabs" as cf_ui_partial %}{% include cf_ui_partial %}
diff --git a/src/cf_ui/templates/jinja/bulma/Modal.jinja b/src/cf_ui/templates/jinja/bulma/Modal.jinja
index 0bcee5a..ec79c9f 100644
--- a/src/cf_ui/templates/jinja/bulma/Modal.jinja
+++ b/src/cf_ui/templates/jinja/bulma/Modal.jinja
@@ -1,17 +1,21 @@
-{#def id="modal", header="", content="", footer="", extra_class="" #}
+{#def id="modal", header="", content="", footer="", label="Dialog", extra_class="" #}
{% set header = header if header is defined else "" %}
{% set content = content if content is defined else "" %}
{% set footer = footer if footer is defined else "" %}
+{% set label = label if label is defined and label else "Dialog" %}