diff --git a/yadc/templates/user/profile.html b/yadc/templates/user/profile.html
new file mode 100644
index 0000000..85d8cf9
--- /dev/null
+++ b/yadc/templates/user/profile.html
@@ -0,0 +1,10 @@
+{% extends 'layout/base_sidebar.html' %}
+
+{% block sidebar %}
+{{ super()}}
+
+{% endblock %}
+
+{% block main_content %}
+
+{% endblock %}
\ No newline at end of file