diff --git a/source/templates/hippie/macros/_gate.njk b/source/templates/hippie/macros/_gate.njk
index f273edb..3ae1247 100644
--- a/source/templates/hippie/macros/_gate.njk
+++ b/source/templates/hippie/macros/_gate.njk
@@ -1,31 +1,30 @@
-
{% macro list(name, url, image, links) %}
-
-
-
-
-
-
- {% if links %}
-
- {% endif %}
-
-
+
+
+
+
+
+
+ {% if links %}
+
+ {% endif %}
+
+
{% endmacro %}
{% macro simple(name, url) %}
-
-
-
+
+
+
{% endmacro %}
\ No newline at end of file
diff --git a/source/templates/hippie/macros/_log.njk b/source/templates/hippie/macros/_log.njk
index 98ceaa3..e469527 100644
--- a/source/templates/hippie/macros/_log.njk
+++ b/source/templates/hippie/macros/_log.njk
@@ -1,24 +1,24 @@
{% macro start() %}
-
+
{% endmacro %}
{% macro log(msg, arg = '') %}
-
+
{% endmacro %}
{% macro debug(state = false, display = false, assets = false) %}
- {# {{ set hippie.debugMode = state }} #}
-
+ {# {{ set hippie.debugMode = state }} #}
+
{% endmacro %}
{% macro asset(state = false) %}
-
+
{% endmacro %}
\ No newline at end of file
diff --git a/source/templates/hippie/macros/_nav.njk b/source/templates/hippie/macros/_nav.njk
index 4f04ad4..4fc5d93 100644
--- a/source/templates/hippie/macros/_nav.njk
+++ b/source/templates/hippie/macros/_nav.njk
@@ -1,13 +1,13 @@
{% macro main(data, active = '') %}
-
+
{% endmacro %}
\ No newline at end of file
diff --git a/source/templates/hippie/macros/_placeholder.njk b/source/templates/hippie/macros/_placeholder.njk
index 0097328..2e8d298 100644
--- a/source/templates/hippie/macros/_placeholder.njk
+++ b/source/templates/hippie/macros/_placeholder.njk
@@ -1,43 +1,47 @@
-{% macro email(class='', text='name@domain.tld') %}
-{{ text }}
-{# {{ 'name@domain.tld' | urlize | safe }} #}
+{% macro email(class = '', text = 'name@domain.tld') %}
+ {{ text }}
+ {# {{ 'name@domain.tld' | urlize | safe }} #}
{% endmacro %}
-{% macro link(class='', text='domain.tld', href='http://domain.internal') %}
-{{ text }}
+
+{% macro link(class = '', text = 'domain.tld', href = 'http://domain.internal') %}
+ {{ text }}
{% endmacro %}
-{% macro name(class='', text='Vorname Nachname') %}
-{{ text }}
+
+{% macro name(class = '', text = 'Vorname Nachname') %}
+ {{ text }}
{% endmacro %}
-{% macro address(class='', text='Straße Nr., PLZ Ort') %}
-{{ text }}
+
+{% macro address(class = '', text = 'Straße Nr., PLZ Ort') %}
+ {{ text }}
{% endmacro %}
-{% macro brand(class='', name='Marke') %}
-
- {#
![Brand logo]()
#}
-
+ d="m 9.3926879,32.472455 109.2146221,-2e-6 -54.607309,94.582637 z"/>
+
+
+ {{ name }}
+
{% endmacro %}
\ No newline at end of file
diff --git a/source/templates/hippie/macros/_song.njk b/source/templates/hippie/macros/_song.njk
index 79083c0..28c83d4 100644
--- a/source/templates/hippie/macros/_song.njk
+++ b/source/templates/hippie/macros/_song.njk
@@ -1,12 +1,12 @@
{% macro simple(index, data, content) %}
-
-
- {{ data.title }}
- {{ data.releaseDate }}
- {{ data.description }}
-
- {# {{ content }}
#}
- {{ content | safe }}
-
-
+
+
+ {{ data.title }}
+ {{ data.releaseDate }}
+ {{ data.description }}
+
+ {# {{ content }}
#}
+ {{ content | safe }}
+
+
{% endmacro %}
\ No newline at end of file
diff --git a/source/templates/hippie/macros/_state.njk b/source/templates/hippie/macros/_state.njk
index 3b3a333..63671d4 100644
--- a/source/templates/hippie/macros/_state.njk
+++ b/source/templates/hippie/macros/_state.njk
@@ -1,15 +1,14 @@
-
-{% macro coord(id, text='X: #, Y: ##') %}
- {{ text }}
+{% macro coord(id, text = 'X: #, Y: ##') %}
+ {{ text }}
{% endmacro %}
-{% macro time(id, text='00:00:00', postfix=' Uhr') %}
- {{ text }}{{ postfix }}
+{% macro time(id, text = '00:00:00', postfix = ' Uhr') %}
+ {{ text }}{{ postfix }}
{% endmacro %}
{% macro date() %}
-
- Wochentag,
- ##.
- Monat
- ####
-
+
+ Wochentag,
+ ##.
+ Monat
+ ####
+
{% endmacro %}
\ No newline at end of file