diff --git a/app/templates/macro/wtf.html b/app/templates/macro/wtf.html
index a6539b7..036038b 100644
--- a/app/templates/macro/wtf.html
+++ b/app/templates/macro/wtf.html
@@ -1,9 +1,30 @@
{% macro signupForm(form) %}
-
{% endmacro %}
@@ -11,7 +32,17 @@
{% macro loginForm(form) %}
diff --git a/app/templates/mail/new_user.html b/app/templates/mail/new_user.html
new file mode 100644
index 0000000..087a0c3
--- /dev/null
+++ b/app/templates/mail/new_user.html
@@ -0,0 +1,10 @@
+
+
+
+
+ new user template
+
+
+New user {{ user }} just joined
+
+
\ No newline at end of file
diff --git a/app/templates/register.html b/app/templates/register.html
index 877366d..4de42cc 100644
--- a/app/templates/register.html
+++ b/app/templates/register.html
@@ -2,6 +2,9 @@
{% import 'macro/wtf.html' as wtf %}
{% block main %}