diff --git a/templates/shortcodes/centercontent.html b/templates/shortcodes/centercontent.html
deleted file mode 100644
index 420b799..0000000
--- a/templates/shortcodes/centercontent.html
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/templates/shortcodes/centerp.html b/templates/shortcodes/centerp.html
deleted file mode 100644
index 71c4f45..0000000
--- a/templates/shortcodes/centerp.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
- {% if markdown %}
- {{ body | markdown | safe}}
- {% elif safe %}
- {{ body | safe }}
- {% else %}
- {{ body }}
- {% endif %}
-
\ No newline at end of file
diff --git a/templates/shortcodes/herocontent.html b/templates/shortcodes/herocontent.html
deleted file mode 100644
index fd2ab10..0000000
--- a/templates/shortcodes/herocontent.html
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
{{ title }}
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/templates/shortcodes/layoutlr1.html b/templates/shortcodes/layoutlr1.html
deleted file mode 100644
index d74f50b..0000000
--- a/templates/shortcodes/layoutlr1.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- {{ body | safe }}
-
-
diff --git a/templates/shortcodes/layoutsmall.html b/templates/shortcodes/layoutsmall.html
deleted file mode 100644
index 63b520a..0000000
--- a/templates/shortcodes/layoutsmall.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
{{ title }}
- {{ body | markdown | safe }}
-
-
-
diff --git a/templates/shortcodes/textimg.html b/templates/shortcodes/textimg.html
deleted file mode 100644
index ed4c96f..0000000
--- a/templates/shortcodes/textimg.html
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
- {% if bodyleft %}
-
-
-
- {% if md %}
-
- {{ body | markdown | safe }}
-
- {% else %}
-
- {{ body | safe }}
-
- {% endif %}
-
-
-
-
-
-
-
- {% if src %}
-
- {% endif %}
-
-
-
-
-
- {% else %}
-
-
-
-
-
- {% if src %}
-
- {% endif %}
-
-
-
-
-
-
-
- {% if md %}
-
- {{ body | markdown | safe }}
-
- {% else %}
-
- {{ body | safe }}
-
- {% endif %}
-
-
-
- {% endif %}
-
-
\ No newline at end of file