diff --git a/templates/layouts/signup.html b/templates/layouts/signup.html new file mode 100644 index 0000000..d8003cb --- /dev/null +++ b/templates/layouts/signup.html @@ -0,0 +1,6 @@ +{% extends "_default/base.html" %} +{% block content %} + +{% include "partials/form.html" %} + +{% endblock content %} \ No newline at end of file diff --git a/templates/partials/form.html b/templates/partials/form.html new file mode 100644 index 0000000..5a4ee76 --- /dev/null +++ b/templates/partials/form.html @@ -0,0 +1 @@ +
\ No newline at end of file