diff --git a/templates/user/create-page.html b/templates/user/create-page.html new file mode 100644 index 0000000..f4b4199 --- /dev/null +++ b/templates/user/create-page.html @@ -0,0 +1,42 @@ +{% extends "layouts/default.html" %} +{% block title %}Users{% endblock %} +{% block content %} +

Create New Page

+ +Dashboard + + + + + +
+ + + + + + + + + + + + + +
+{% endblock %}