diff --git a/templates/page-hero.html b/templates/page-hero.html
new file mode 100644
index 0000000..01d7b3d
--- /dev/null
+++ b/templates/page-hero.html
@@ -0,0 +1,63 @@
+{% extends 'section.html' %}
+
+{% block styles %}
+
+{% endblock %}
+
+
+{% block hero %}
+
+
+
+
+
+
+
+
+
+
{{ page.title }}
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
+
+
+{% block main %}
+
+
+
+
+
+
+
+ {% block main_content %}
+
+ {% if page and page.content %}
+ {{ page.content | safe }}
+ {% endif %}
+
+ {% endblock %}
+
+
+
+
+
+
+
+{% endblock %}
+
+
+
+{% block footer_contact %}{% endblock %}
\ No newline at end of file
diff --git a/templates/shortcodes/centerp.html b/templates/shortcodes/centerp.html
new file mode 100644
index 0000000..0a76629
--- /dev/null
+++ b/templates/shortcodes/centerp.html
@@ -0,0 +1,3 @@
+
+ {{ body }}
+
\ No newline at end of file
diff --git a/templates/shortcodes/herocontent.html b/templates/shortcodes/herocontent.html
new file mode 100644
index 0000000..fd2ab10
--- /dev/null
+++ b/templates/shortcodes/herocontent.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
{{ title }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/shortcodes/logos.html b/templates/shortcodes/logos.html
index 9e2e174..0d75796 100644
--- a/templates/shortcodes/logos.html
+++ b/templates/shortcodes/logos.html
@@ -1,3 +1,4 @@
-
+
+ {% if title %}
{{ title}}
{% endif %}
{{ body | markdown | safe }}
\ No newline at end of file
diff --git a/templates/shortcodes/textimg.html b/templates/shortcodes/textimg.html
index 9d569e5..29f8230 100644
--- a/templates/shortcodes/textimg.html
+++ b/templates/shortcodes/textimg.html
@@ -1,4 +1,4 @@
-
+
{% if bodyleft %}
@@ -16,13 +16,11 @@
-
+
-
+
-
-
-
+
@@ -32,11 +30,9 @@
-
+
-
-
-
+