diff --git a/templates/base.html b/templates/base.html
new file mode 100644
index 0000000..c08866c
--- /dev/null
+++ b/templates/base.html
@@ -0,0 +1,37 @@
+
+
+
+ {% block head %}
+
+
+
+ {% block title %}{% endblock title %} | {{config.extra.name}}
+
+
+
+
+
+
+ {% endblock head %}
+
+
+
+
+ {% block profile %}
+ {% endblock profile %}
+
+
+
+ {% block content %}
+ {% endblock content %}
+
+
+
+
\ No newline at end of file