+
{% if card %}
{{ body | markdown | safe }}
{% else %}
- {{ body | markdown | safe }}
+
+ {{ body | markdown | safe }}
+
{% endif %}
diff --git a/templates/shortcodes/layout_separator.html b/templates/shortcodes/layout_separator.html
index e002a68..b256752 100644
--- a/templates/shortcodes/layout_separator.html
+++ b/templates/shortcodes/layout_separator.html
@@ -1,6 +1,6 @@
{% if separator_title %}
-{% set separator_rm_bg = true %}
+{% set separator_rm_bg = not separator_bg %}
{% include "includes/separator_design.html" %}
diff --git a/templates/shortcodes/layout_separator_empty.html b/templates/shortcodes/layout_separator_empty.html
new file mode 100644
index 0000000..74130ff
--- /dev/null
+++ b/templates/shortcodes/layout_separator_empty.html
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file